Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.86 KB

mf-mt-mpeg2-profile-attribute.md

File metadata and controls

60 lines (36 loc) · 1.86 KB
description ms.assetid title ms.topic ms.date
Specifies the MPEG-2 or H.264 profile in a video media type.
8c6a68cb-d976-4099-8934-064f0e8f6374
MF_MT_MPEG2_PROFILE attribute (Mfapi.h)
reference
05/31/2018

MF_MT_MPEG2_PROFILE attribute

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

Data type

UINT32

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

Requirement Value
Minimum supported client
Windows Vista [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 [desktop apps | UWP apps]
Header
Mfapi.h

See also

Alphabetical List of Media Foundation Attributes

IMFAttributes::GetUINT32

IMFAttributes::SetUINT32

IMFMediaType

Media Type Attributes