_MFT_INPUT_STATUS_FLAGS Enumeration
Indicates the status of an input stream on a Media Foundation transform (MFT).
Syntax
enum _MFT_INPUT_STATUS_FLAGS {
MFT_INPUT_STATUS_ACCEPT_DATA = 0x00000001
};
Konstanten
- MFT_INPUT_STATUS_ACCEPT_DATA
The input stream can receive more data at this time. To deliver more input data, call IMFTransform::ProcessInput.
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mftransform.h |