Microsoft DirectX 8.1 (C++)

MSVidCtlStateList Enumeration

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The MSVidCtlStateList enumeration defines the possible state values of the Video Control or the underlying filter graph.

Syntax

typedef enum MSVidCtlStateList{
    STATE_UNBUILT = -1,
    STATE_STOP,
    STATE_PAUSE,
    STATE_PLAY
};

Elements

STATE_UNBUILT

Indicates that there is no filter graph.

STATE_STOP

Indicates that the Video Control is stopped.

STATE_PAUSE

Indicates that the Video Control is paused.

STATE_PLAY

Indicates that the Video Control is playing.

Remarks

No special remarks.

See Also