Metodo IMFTransform::GetAttributes (mftransform.h)

Ottiene l'archivio attributi globale per questa trasformazione Media Foundation (MFT).

Sintassi

HRESULT GetAttributes(
  [out] IMFAttributes **pAttributes
);

Parametri

[out] pAttributes

Riceve un puntatore all'interfaccia IMFAttributes . Il chiamante deve rilasciare l'interfaccia.

Valore restituito

Il metodo restituisce un HRESULT. I valori possibili includono, ma non sono limitati a, quelli indicati nella tabella seguente.

Codice restituito Descrizione
S_OK
Il metodo è riuscito.
E_NOTIMPL
MFT non supporta gli attributi.

Commenti

Usare il puntatore FMAttributes recuperato da questo metodo per ottenere o impostare attributi che si applicano all'intero MFT. Per ottenere l'archivio attributi per un flusso di input, chiamare FMTransform::GetInputStreamAttributes. Per ottenere l'archivio attributi per un flusso di output, chiamare FMTransform::GetOutputStreamAttributes.

L'implementazione di questo metodo è facoltativa a meno che l'MFT non supporti un determinato set di attributi. Eccezione: le mft basate su hardware devono implementare questo metodo. Vedere MFT hardware.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione mftransform.h
Libreria Mfuuid.lib

Vedi anche

FMTransform

Trasformazioni di Media Foundation

Attributi di trasformazione