AM_DVD_STREAM_FLAGS enumeration (strmif.h)
Describes a DVD stream type (video, audio, or subpicture).
Syntax
typedef enum _AM_DVD_STREAM_FLAGS {
AM_DVD_STREAM_VIDEO = 0x1,
AM_DVD_STREAM_AUDIO = 0x2,
AM_DVD_STREAM_SUBPIC = 0x4
} AM_DVD_STREAM_FLAGS;
Constants
AM_DVD_STREAM_VIDEOValue: 0x1 DVD video stream. |
AM_DVD_STREAM_AUDIOValue: 0x2 DVD audio stream. |
AM_DVD_STREAM_SUBPICValue: 0x4 DVD subpicture stream. |
Requirements
| Header | strmif.h (include Dshow.h) |