Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The Step method steps through the video stream by a specified number of frames.
Syntax
objVidPlayback.Step(
lStep As Long
)
Parameters
lStep
Specifies how many frames to step. If lStep is 1, the Video Control steps forward one frame. If lStep is a number N greater than 1, the Video Control skips N - 1 frames and shows the Nth frame.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
No return value.
See Also