Microsoft DirectX 8.0

StreamControlState Enumeration

Enumerated Types

Specifies the state of the stream.

Syntax

enum StreamControlState {
      STREAM_FLOWING,
      STREAM_DISCARDING
    };

Elements

STREAM_FLOWING
Indicates the stream is currently transmitting data.
STREAM_DISCARDING
Discards the samples as they are received.