Microsoft Windows CE 3.0  

StreamControlState

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the state of the stream.

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.