Indicates the status of an input stream on a Media Foundation transform (MFT).
enum _MFT_INPUT_STATUS_FLAGS
{
MFT_INPUT_STATUS_ACCEPT_DATA = 0x1
};
| Constant | Description |
|---|---|
| MFT_INPUT_STATUS_ACCEPT_DATA | The input stream can receive more data at this time. To deliver more input data, call IMFTransform::ProcessInput. |
Header: Declared in mftransform.h.