Windows Media Player control - get/set video position?

前端 未结 1 1454
慢半拍i
慢半拍i 2020-12-10 09:15

I am using Windows Media Player ActiveX (axWindowsMediaPlayer) component in C# WinForms application. Is it possible to get and set the current position of the video that is

相关标签:
1条回答
  • 2020-12-10 09:57

    axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;

    0 讨论(0)
提交回复
热议问题