MFT_MESSAGE_NOTIFY_END_STREAMING
Requests a Media Foundation transform (MFT) to that streaming is about to end.
Message Parameter
None.
Remarks
To send this message, call IMFTransform::ProcessMessage.
The client is not required to send this message, even if the client previously sent the MFT_MESSAGE_NOTIFY_BEGIN_STREAMING message.
Implementation
The MFT can respond to this message by releasing buffers and other resources. The MFT does not flush input data or reset the media types in response to this message. An MFT is not required to respond to this message.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also