| Microsoft DirectX 8.1 (C++) | 
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