Yuri

Results 2 comments of Yuri

Interesting enough, if after VlcControl.SourceProvider.MediaPlayer.Play() I call the same: VlcMedia media = VlcControl.SourceProvider.MediaPlayer.GetMedia(); string duration = $"{media.Duration.Hours}:{media.Duration.Minutes}:{media.Duration.Seconds}"; without Media.Parse() method, it returns me correct duration.

I was able to get correct duration using ParseAsync + ParsedChanged event. However, I think that sync event must also work or be removed.