Windows Media Player control - get/set video position?
Asked Answered
M

1

5

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 being played using this control?

Monikamoniker answered 8/4, 2011 at 4:3 Comment(0)
I
16

axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;

Incontrollable answered 8/4, 2011 at 6:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.