Microsoft DirectX 9.0 |
Specifies a filter's state or the state of the filter graph.
Syntax
typedef enum _FilterState
{
State_Stopped,
State_Paused,
State_Running
} FILTER_STATE;
Elements
State_Stopped
Stopped. The filter is not processing data.
State_Paused
Paused. The filter is processing data, but not rendering it.
State_Running
Running. The filter is processing and rendering data.
See Also