MFT_INPUT_TYPES_Attributes attribute

Contains the registered input types for a Media Foundation transform (MFT).

Data type

MFT_REGISTER_TYPE_INFO[] stored as BYTE[]

Syntax

DECLSPEC_SELECTANY GUID MFT_INPUT_TYPES_Attributes = {0x4276c9b1,0x759d,0x4bf3,{0x9c,0xd0,0xd,0x72,0x3d,0x13,0x8f,0x96} }  

Get/set

To get this attribute, call IMFAttributes::GetBlob

To set this attribute, call IMFAttributes::SetBlob

Remarks

This attribute is set on the IMFActivate pointers returned by the MFTEnumEx function.

This attribute contains an array of MFT_REGISTER_TYPE_INFO structures that describe one or more input formats supported by the MFT. These values are taken from the registry and are intended as a hint to the application. The MFT might support additional formats. To set the actual input format, you must create the MFT and call IMFTransform::SetInputType.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Header: Declared in mftransform.h.