_MFT_OUTPUT_STATUS_FLAGS enumeration (mftransform.h)

Indicates whether a Media Foundation transform (MFT) can produce output data.

Syntax

typedef enum _MFT_OUTPUT_STATUS_FLAGS {
  MFT_OUTPUT_STATUS_SAMPLE_READY = 0x1
} ;

Constants

 
MFT_OUTPUT_STATUS_SAMPLE_READY
Value: 0x1
There is a sample available for at least one output stream. To retrieve the available output samples, call IMFTransform::ProcessOutput.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mftransform.h

See also

IMFTransform::GetOutputStatus

Media Foundation Enumerations

Media Foundation Transforms