I use Vlc.DotNet.Wpf
, and I need the player to load the video and display only the first frame, so that the control gets a proper size and the user can see what the video is talking about, how can this be done?
if I call _vlcPlayer.SourceProvider.MediaPlayer.SetMedia(stream)
nothing happend, and if I call _vlcPlayer.SourceProvider.MediaPlayer.Play(stream)
the video running more than one frame.
I tried _vlcPlayer.SourceProvider.MediaPlayer.Time = 1
nothing happend.
How can this be done?