Specifies the capabilities flags for an H.264 video stream.
UINT32
GUID MF_MT_H264_CAPABILITIES = {0xbb3bd508,0x490a,0x11e0,{0x99,0xe4,0x13,0x16,0xdf,0xd7,0x20,0x85} }
To get this attribute, call IMFAttributes::GetUINT32
To set this attribute, call IMFAttributes::SetUINT32
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.
Header: Declared in mfapi.h.