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 

};

Constants

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

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Codecapi.h

See also

Codec API Enumerations
ICodecAPI Interface

 

 

Show: