StreamControlState (Compact 2013)

3/26/2014

This enumeration specifies the state of the stream.

Syntax

enum StreamControlState {
  STREAM_FLOWING,
  STREAM_DISCARDING
};

Elements

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Enumerations