MEBufferingStopped event

Signals that a media source has stopped buffering data.

A media source sends this when it stops buffering data after sending the MEBufferingStarted event.

Byte streams that implement the IMFByteStreamBuffering interface also send this event.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Remarks

When the Media Session receives this event, it restarts the presentation clock. The Media Session also forwards the event to the application.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events