Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
These constants define the possible filter graph states.
Constant | Value | Description |
STATE_UNBUILT | -1 | The filter graph is not yet built. |
STATE_STOP | 0 | The filter graph is stopped. |
STATE_PAUSE | 1 | The filter graph is paused. |
STATE_PLAY | 2 | The filter graph is running. |
See Also