MF_MT_H264_CAPABILITIES attribute

Specifies the capabilities flags for an H.264 video stream.

Data type

UINT32

Syntax

GUID MF_MT_H264_CAPABILITIES = {0xbb3bd508,0x490a,0x11e0,{0x99,0xe4,0x13,0x16,0xdf,0xd7,0x20,0x85} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Applies to

IMFMediaType

Remarks

This attribute applies to media types for H.264 streams transmitted over USB. The value corresponds to the bmCapabilities field in the UVC 1.5 H.264 video frame descriptor.

This attribute is also used with H.264 UVC 1.5 camera encoders.

Requirements

Header: Declared in mfapi.h.