次の方法で共有


AM_STREAM_INFO_FLAGS (Windows Embedded CE 6.0)

1/6/2010

This enumeration indicates whether various components of the AM_STREAM_INFO structure have been set.

Syntax

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

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

DirectShow Enumerations