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 |
STREAM_STATE
- Note This API is deprecated. New applications should not use it.
Describes the state of the stream.
Syntax
typedef enum {
STREAMSTATE_STOP = 0,
STREAMSTATE_RUN = 1
} STREAM_STATE;
Elements
STREAMSTATE_STOP
Stop state.
STREAMSTATE_RUN
Run state.
Remarks
Change the state by calling the IMultiMediaStream::SetState method.
See Also