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 the status of an input stream on a Media Foundation transform (MFT).
Syntax
typedef enum _MFT_INPUT_STATUS_FLAGS {
MFT_INPUT_STATUS_ACCEPT_DATA = 0x1
} ;
Constants
MFT_INPUT_STATUS_ACCEPT_DATA Value: 0x1 The input stream can receive more data at this time. To deliver more input data, call IMFTransform::ProcessInput. |
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 |