Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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_UNBUILTValue: -1 Indicates that there is no filter graph. |
STATE_STOPIndicates that the Video Control is stopped. |
STATE_PAUSEIndicates that the Video Control is paused. |
STATE_PLAYIndicates that the Video Control is playing. |
Requirements
| Requirement | Value |
|---|---|
| Header | msvidctl.h (include Dshow.h) |