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 |
eAVEncMPALayer Enumeration
Specifies the MPEG audio layer. This enumeration is used with the AVEncMPALayer property.
Syntax
enum eAVEncMPALayer {
eAVEncMPALayer_1 = 1,
eAVEncMPALayer_2 = 2,
eAVEncMPALayer_3 = 3
};
Members
eAVEncMPALayer_1
MPEG Audio Layer-1.
eAVEncMPALayer_2
MPEG Audio Layer-2.
eAVEncMPALayer_3
MPEG Audio Layer-3.
Requirements
Header: Include codecapi.h.
See Also