DVD_VIDEO_COMPRESSION Enumeration

 
Microsoft DirectShow 9.0

DVD_VIDEO_COMPRESSION Enumeration

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;

Members

DVD_VideoCompression_Other

Unrecognized compression type.

DVD_VideoCompression_MPEG1

MPEG-1 compression type.

DVD_VideoCompression_MPEG2

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: Dshow.h

See Also