Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 
 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
| Header | Declared in Dshow.h. | 
See Also
_IMSVidCtlEvents::StateChange
IMSVidDeviceEvent::StateChange
Video Control Enumerations
Send comments about this topic to Microsoft
Build date: 12/4/2008