MFT_CONNECTED_TO_HW_STREAM attribute

Specifies whether a hardware-based Media Foundation transform (MFT) is connected to another hardware-based MFT.

Data type

UINT32

Syntax

DECLSPEC_SELECTANY GUID MFT_CONNECTED_TO_HW_STREAM = {0x34e6e728,0x6d6,0x4491,{0xa5,0x53,0x47,0x95,0x65,0xd,0xb9,0x12} }  

Get/set

To get this attribute, call IMFAttributes::GetUINT32

To set this attribute, call IMFAttributes::SetUINT32

Remarks

Applications typically do not use this attribute.

This attribute is used with hardware-based MFTs. When two hardware MFTs are connected within a topology, the topology loader sets this attribute to TRUE on the following objects:

To get the attribute store for the output stream, the topology loader calls IMFTransform::GetOutputStreamAttributes on the upstream MFT. To get the attribute store for the input stream, the topology loader callsIMFTransform::GetInputStreamAttributes on the downstream MFT.

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

Requirements

Header: Declared in mftransform.h.