MFT_OUTPUT_TYPES_Attributes attribute

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

Data type

MFT_REGISTER_TYPE_INFO[] stored as BYTE[]

Syntax

DECLSPEC_SELECTANY GUID MFT_OUTPUT_TYPES_Attributes = {0x8eae8cf3,0xa44f,0x4306,{0xba,0x5c,0xbf,0x5d,0xda,0x24,0x28,0x18} }  

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 output 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 output format, you must create the MFT and call IMFTransform::SetOutputType.

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

Requirements

Header: Declared in mftransform.h.