Microsoft DirectX 9.0 |
This topic applies to Windows XP 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.
See Also