attributo MFT_CONNECTED_TO_HW_STREAM

Specifica se una trasformazione MFT (Media Foundation Transform) basata su hardware è connessa a un altro MFT basato su hardware.

Tipo di dati

UINT32

Ottenere/impostare

Per ottenere questo attributo, chiamare IMFAttributes::GetUINT32.

Per impostare questo attributo, chiamare IMFAttributes::SetUINT32.

Commenti

Le applicazioni in genere non usano questo attributo.

Questo attributo viene usato con IT basati su hardware. Quando due mft hardware sono connessi all'interno di una topologia, il caricatore della topologia imposta questo attributo su TRUE sugli oggetti seguenti:

  • Flusso di output del MFT upstream
  • Flusso di input del MFT downstream

Per ottenere l'archivio attributi per il flusso di output, il caricatore della topologia chiama IMFTransform::GetOutputStreamAttributes nel MFT upstream. Per ottenere l'archivio attributi per il flusso di input, il caricatore della topologia chiama IMFTransform::GetInputStreamAttributes nel MFT downstream.

La costante GUID per questo attributo viene esportata da mfuuid.lib.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [app desktop | App UWP]
Server minimo supportato
Windows Server 2008 R2 [app desktop | App UWP]
Intestazione
Mftransform.h

Vedi anche

Elenco alfabetico degli attributi di Media Foundation

Mft hardware

Attributi di trasformazione