Microsoft DirectX 9.0

STREAM_STATE

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