Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.84 KB

mft-connected-stream-attribute.md

File metadata and controls

65 lines (36 loc) · 1.84 KB
description ms.assetid title ms.topic ms.date
Contains a pointer to the stream attributes of the connected stream on a hardware-based Media Foundation transform (MFT).
7e14a02e-4cbf-45aa-a6f5-2c53b2437127
MFT_CONNECTED_STREAM_ATTRIBUTE attribute (Mftransform.h)
reference
05/31/2018

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*

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

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 R2 [desktop apps | UWP apps]
Header
Mftransform.h

See also

Alphabetical List of Media Foundation Attributes

MFT_CONNECTED_TO_HW_STREAM

Hardware MFTs

Transform Attributes