_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 = 0x00000001
};
Constants
- 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
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: