Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# WinForms 应用程序中使用 Windows Media Player ActiveX (axWindowsMediaPlayer) 组件。是否可以使用此控件获取和设置正在播放的视频的当前位置?
axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;