WPF: Implementing a MediaPlayer Audio / Video Seeker

后端 未结 4 966
醉话见心
醉话见心 2021-01-01 06:15

I am currently working on an MP3 player (in a WPF application) with a WPF MediaPlayer and basically, I want to implement a Song Seeker which moves along with th

4条回答
  •  时光说笑
    2021-01-01 06:49

    MediaElement has a position property which you could use for this: http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement.position.aspx

提交回复
热议问题