AM_STREAM_INFO_FLAGS (Windows CE 5.0)

Send Feedback

This enumeration 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.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

See Also

DirectShow Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.