Share via


Windows Media Player 11 SDK IWMPControls2 Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPControls2 Interface (VB and C#)

Provides a method that supplements the IWMPControls interface.

In addition to the properties and methods inherited from IWMPControls, the IWMPControls2 interface exposes the following method.

Method Description
step Causes the current video media item to step to the next frame or the previous frame and freeze playback.

Get an IWMPControls2 interface by casting the value returned by the AxWindowsMediaPlayer.Ctlcontrols property.

See Also

Previous Next