_MFT_OUTPUT_STATUS_FLAGS-Enumeration (mftransform.h)

Gibt an, ob eine Media Foundation-Transformation (MFT) Ausgabedaten erzeugen kann.

Syntax

typedef enum _MFT_OUTPUT_STATUS_FLAGS {
  MFT_OUTPUT_STATUS_SAMPLE_READY = 0x1
} ;

Konstanten

 
MFT_OUTPUT_STATUS_SAMPLE_READY
Wert: 0x1
Es ist ein Beispiel für mindestens einen Ausgabestream verfügbar. Um die verfügbaren Ausgabebeispiele abzurufen, rufen Sie IMFTransform::P rocessOutput auf.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [Desktop-Apps | UWP-Apps]
Kopfzeile mftransform.h

Weitere Informationen

IMFTransform::GetOutputStatus

Media Foundation-Enumerationen

Media Foundation-Transformationen