Specifies the type of picture that is output by a video encoder.
eAVEncH264PictureType_B stored as UINT32
GUID MFSampleExtension_VideoEncodePictureType = {0x973704e6,0xcd14,0x483c,{0x8f,0x20,0xc9,0xfc,0x9,0x28,0xba,0xd5} }
To get this attribute, call IMFAttributes::GetUINT32
To set this attribute, call IMFAttributes::SetUINT32
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.
Header: Declared in mfapi.h.