Microsoft DirectX 8.0 |
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.