AM_STREAM_INFO_FLAGS

Indicates whether various components of the AM_STREAM_INFO structure have been set.

typedef enum {
AM_STREAM_INFO_START_DEFINED = 0x00000001,
AM_STREAM_INFO_STOP_DEFINED  = 0x00000002,
AM_STREAM_INFO_DISCARDING    = 0x00000004,
AM_STREAM_INFO_STOP_SEND_EXTRA = 0x00000010
} AM_STREAM_INFO_FLAGS;

Elements

  • AM_STREAM_INFO_START_DEFINED
    Indicates a valid stream start time has been set.
  • AM_STREAM_INFO_STOP_DEFINED
    Indicates a valid stream stop time has been set.
  • AM_STREAM_INFO_DISCARDING
    Indicates that stream discarding is currently active.
  • AM_STREAM_INFO_STOP_SEND_EXTRA
    Indicates that the pin will send an extra stream sample upon completion.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.