_MFT_OUTPUT_STATUS_FLAGS Enumeration

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

Syntax

enum _MFT_OUTPUT_STATUS_FLAGS
{
    MFT_OUTPUT_STATUS_SAMPLE_READY = 0x1
};  

Constants

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

Requirements

Header: Declared in mftransform.h.