Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
eAVEncMPVProfile Enumeration
Specifies the MPEG-2 profile. This enumeration is used with the AVEncMPVProfile property.
Syntax
enum eAVEncMPVProfile {
eAVEncMPVProfile_unknown = 0,
eAVEncMPVProfile_Simple = 1,
eAVEncMPVProfile_Main = 2,
eAVEncMPVProfile_High = 3,
eAVEncMPVProfile_422 = 4
};
Members
eAVEncMPVProfile_unknown
The profile is not known.
eAVEncMPVProfile_Simple
Simple Profile.
eAVEncMPVProfile_Main
Main Profile.
eAVEncMPVProfile_High
High Profile.
eAVEncMPVProfile_422
4:2:2 Profile.
Requirements
Header: Include codecapi.h.
See Also