STREAM_STATE enumeration

Note  This API is deprecated. New applications should not use it.
 
Describes the state of the stream.

Syntax

typedef enum __MIDL___MIDL_itf_mmstream_0000_0000_0002 {
  STREAMSTATE_STOP,
  STREAMSTATE_RUN
} STREAM_STATE;

Constants

STREAMSTATE_STOP Stop state.
STREAMSTATE_RUN Run state.

Remarks

Change the state by calling the IMultiMediaStream::SetState method.

Requirements

   
Header mmstream.h

See also

Multimedia Streaming Enumeration Types