Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPControls2.step (VB and C#)

The step method causes the current video media item to step to the next frame or the previous frame and freeze playback.

  

Parameters

lStep

A System.Int32 value indicating how many frames to step before freezing. Must be set to 1 or -1.

Return Value

This method does not return a value.

Remarks

This method currently supports only the parameters 1 or -1, so you can only step one frame at a time.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next