_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
};
Constants
- MFT_INPUT_STATUS_ACCEPT_DATA
-
The input stream can receive more data at this time. To deliver more input data, call IMFTransform::ProcessInput.
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: