eAVEncMPVIntraVLCTable Enumeration
Microsoft DirectShow 9.0 |
eAVEncMPVIntraVLCTable Enumeration
Specifies which variable-length coding (VLC) table to use for entropy coding. This enumeration is used with the AVEncMPVIntraVLCTable property.
Syntax
enum eAVEncMPVIntraVLCTable { eAVEncMPVIntraVLCTable_Auto = 0, eAVEncMPVIntraVLCTable_MPEG1 = 1, eAVEncMPVIntraVLCTable_Alternate = 2 };
Members
eAVEncMPVIntraVLCTable_Auto
The encoder selects the VLC table.
eAVEncMPVIntraVLCTable_MPEG1
The encoder uses the MPEG-1 VLC table.
eAVEncMPVIntraVLCTable_Alternate
The encoder uses the alternate "intra" VLC table for MPEG-2.
Requirements
Header: Include codecapi.h.
See Also