Microsoft DirectX 8.0 |
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.