Indicates whether a Media Foundation transform (MFT) can produce output data.
enum _MFT_OUTPUT_STATUS_FLAGS
{
MFT_OUTPUT_STATUS_SAMPLE_READY = 0x1
};
| 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. |
Header: Declared in mftransform.h.