Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.8 KB

mfsampleextension-videoencodepicturetype.md

File metadata and controls

65 lines (36 loc) · 1.8 KB
description ms.assetid title ms.topic ms.date
Specifies the type of picture that is output by a video encoder.
18A47033-3EAC-46C3-94AB-6ED20732F63C
MFSampleExtension_VideoEncodePictureType attribute (Mfapi.h)
reference
05/31/2018

MFSampleExtension_VideoEncodePictureType attribute

Specifies the type of picture that is output by a video encoder.

Data type

eAVEncH264PictureType_B stored as UINT32

Get/set

To get this attribute, call IMFAttributes::GetUINT32.

To set this attribute, call IMFAttributes::SetUINT32.

Applies to

IMFSample

Remarks

The H.264 Video Encoder sets this attribute on the output samples that it generates. The value of the attribute is a member of the eAVEncH264PictureType enumeration.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
None supported
Header
Mfapi.h

See also

Alphabetical List of Media Foundation Attributes

H.264 Video Encoder

Sample Attributes

Media Samples