DVD_VIDEO_COMPRESSION enumeration (strmif.h)

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

   
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types