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.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.