Specifies the MPEG-2 or H.264 level in a video media type.
UINT32
GUID MF_MT_MPEG2_LEVEL = {0x96f66574,0x11c5,0x4015,{0x86,0x66,0xbf,0xf5,0x16,0x43,0x6d,0xa7} }
For MPEG-2 video, the value of this attribute is a member of the AM_MPEG2Level enumeration.
For H.264 video, the value is a member of the eAVEncH264VLevel enumeration.
This attribute corresponds to the dwLevel member of the MPEG2VIDEOINFO structure.
The GUID constant for this attribute is exported from mfuuid.lib.
Header: Declared in mfapi.h.