Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mftransform.h

See also

MFT_MESSAGE_TYPE

 

 

Show:
© 2017 Microsoft