Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_READYValue: 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 |