I have a LibVLCSharp.WPF.VideoView control on my WPF view page like
Code: Select all
<UserControl>
<Grid>
<LibVLCSharp.WPF.VideoView />
</Grid>
</UserControl>
In fact, I only want to access the MediaPlayer.Hwnd property and would like to explore a way of getting it done in page's ViewModel, instead of in page's code-behind file.