Microsoft DirectX 9.0 |
Specifies the number of frames to step.
Syntax
typedef struct _AM_FRAMESTEP_STEP {
DWORD dwFramesToStep;
} AM_FRAMESTEP_STEP;
Members
dwFramesToStep
DWORD value specifying to the decoder the number of frames to step. Must be at least 1. If greater than 1, this instruction means to skip n - 1 frames and show the nth.
See Also