Microsoft DirectX 8.1 (C++)

AM_PROPERTY_FRAMESTEP Structure

Frame Stepping Property Set

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.