Share via


eAVEncMPVLevel Enumeration

 
Microsoft DirectShow 9.0

eAVEncMPVLevel Enumeration

Specifies the MPEG-2 profile. This enumeration is used with the AVEncMPVLevel property.

Syntax

enum eAVEncMPVLevel {
    eAVEncMPVLevel_Low      = 1,
    eAVEncMPVLevel_Main     = 2,
    eAVEncMPVLevel_High1440 = 3,
    eAVEncMPVLevel_High     = 4
};

Members

eAVEncMPVLevel_Low

Low Level.

eAVEncMPVLevel_Main

Main Level.

eAVEncMPVLevel_High1440

High 1440 Level.

eAVEncMPVLevel_High

High Level.

Requirements

Header: Include codecapi.h.

See Also