DVD_VIDEO_COMPRESSION 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.]

Defines the possible DVD video compression types.

Syntax

typedef enum tagDVD_VIDEO_COMPRESSION {
  DVD_VideoCompression_Other = 0,
  DVD_VideoCompression_MPEG1 = 1,
  DVD_VideoCompression_MPEG2 = 2
} DVD_VIDEO_COMPRESSION;

Constants

 
DVD_VideoCompression_Other
Value: 0
Unrecognized compression type.
DVD_VideoCompression_MPEG1
Value: 1
MPEG-1 compression type.
DVD_VideoCompression_MPEG2
Value: 2
MPEG-2 compression type.

Remarks

This enumeration is a member of the DVD_VideoAttributes structure, which is filled by a call to the IDvdInfo2::GetCurrentVideoAttributes method.

Requirements

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

See also

DirectShow Enumerated Types