FILTER_STATE Enumeration
Microsoft DirectShow 9.0 |
FILTER_STATE Enumeration
Specifies a filter's state or the state of the filter graph.
Syntax
typedef enum _FilterState { State_Stopped, State_Paused, State_Running } FILTER_STATE;
Members
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.
Requirements
Header: Dshow.h
See Also