Simply, I would like to get the frame rate or frames per second of a video in my WPF. In Windows or Linux, this detail can easily be found in Properties, so I'm hoping to reflect this information in my code.
The answers from here and here do not help and also, I do not work with Silverlight. The lines below cannot be recognized in C# WPF.
MediaElement1.RenderedFramesPerSecond
MediaElement1.DroppedFramesPerSecond
Would appreciate any help. Thanks!