Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.84 KB

mf-mt-mpeg2-level-attribute.md

File metadata and controls

60 lines (36 loc) · 1.84 KB
description ms.assetid title ms.topic ms.date
Specifies the MPEG-2 or H.264 level in a video media type.
8dd8e8c4-5a6f-4a87-a643-73af35c362a9
MF_MT_MPEG2_LEVEL attribute (Mfapi.h)
reference
05/31/2018

MF_MT_MPEG2_LEVEL attribute

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

Data type

UINT32

Remarks

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.

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