Indicates the status of a call to IMFTransform::ProcessOutput.
enum _MFT_PROCESS_OUTPUT_STATUS
{
MFT_PROCESS_OUTPUT_STATUS_NEW_STREAMS = 0x100
};
| Constant | Description |
|---|---|
| MFT_PROCESS_OUTPUT_STATUS_NEW_STREAMS | The Media Foundation transform (MFT) has created one or more new output streams. |
If the MFT sets this flag, the ProcessOutput method returns MF_E_TRANSFORM_STREAM_CHANGE and no output data is produced. The client should respond as follows:
Until these steps are completed, all further calls to ProcessOutput return MF_E_TRANSFORM_STREAM_CHANGE.
Header: Declared in mftransform.h.