AM_DVD_STREAM_FLAGS enumeration (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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_VIDEO
Value: 0x1
DVD video stream.
AM_DVD_STREAM_AUDIO
Value: 0x2
DVD audio stream.
AM_DVD_STREAM_SUBPIC
Value: 0x4
DVD subpicture stream.

Requirements

Requirement Value
Header strmif.h (include Dshow.h)

See also

AM_DVD_RENDERSTATUS Structure

DirectShow Enumerated Types