AM_STREAM_INFO_FLAGS (Compact 2013)
3/26/2014
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
Header |
dshow.h |
Library |
Strmiids.lib |