MFT_CONNECTED_STREAM_ATTRIBUTE attribute

Contains a pointer to the stream attributes of the connected stream on a hardware-based Media Foundation transform (MFT).

Data type

IMFAttributes* stored as IUnknown*

Syntax

DECLSPEC_SELECTANY GUID MFT_CONNECTED_STREAM_ATTRIBUTE = {0x71eeb820,0xa59f,0x4de2,{0xbc,0xec,0x38,0xdb,0x1d,0xd6,0x11,0xa4} }  

Get/set

To get this attribute, call IMFAttributes::GetUnknown

To set this attribute, call IMFAttributes::SetUnknown

Remarks

Applications typically do not use this attribute.

This attribute is used for MFTs that act as proxies to a hardware device. For details, see Hardware MFTs.

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

Requirements

Header: Declared in mftransform.h.