Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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