AM_FRAMESTEP_STEP structure

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.

Requirements

   
Header amvideo.h (include Dshow.h)

See also

Frame Stepping Property Set