MSVidCtlStateList enumeration (msvidctl.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
This topic applies to Windows XP or later.
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
} ;
Constants
STATE_UNBUILT Value: -1 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. |
Requirements
Requirement | Value |
---|---|
Header | msvidctl.h (include Dshow.h) |