Microsoft DirectX 9.0 |
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;
Elements
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.
See Also