MEEndOfStream event
Raised by a media stream when the stream ends.
Event values
Possible values retrieved from IMFMediaEvent::GetValue include the following.
VARTYPE | Description |
---|---|
VT_EMPTY |
No event data. |
Remarks
When the Media Session receives the MEEndOfStream event, it calls IMFStreamSink::PlaceMarker on the corresponding media sink, with the MFSTREAMSINK_MARKER_ENDOFSEGMENT marker type.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also