MF_MT_MPEG2_PROFILE attribute

Specifies the MPEG-2 or H.264 profile in a video media type.

Data type

UINT32

Syntax

GUID MF_MT_MPEG2_PROFILE = {0xad76a80b,0x2d5c,0x4e0b,{0xb3,0x75,0x64,0xe5,0x20,0x13,0x70,0x36} }  

Remarks

For MPEG-2 video, the value of this attribute is a member of the AM_MPEG2Profile enumeration.

For H.264 video, the value is a member of the eAVEncH264VProfile enumeration.

This attribute corresponds to the dwProfile member of the MPEG2VIDEOINFO structure.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Header: Declared in mfapi.h.