MF_MT_H264_MAX_CODEC_CONFIG_DELAY attribute

The maximum number of frames the H.264 encoder takes to respond to a command.

Data type

UINT32

Syntax

GUID MF_MT_H264_MAX_CODEC_CONFIG_DELAY = {0xf5929986,0x4c45,0x4fbb,{0xbb,0x49,0x6c,0xc5,0x34,0xd0,0x5b,0x9b} }  

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 bMaxCodecConfigDelay field in the UVC 1.2 H.264 video format descriptor.

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

Requirements

Header: Declared in mfapi.h.