MEStreamStarted event

Raised by a media stream when the source starts without seeking. A media stream raises this event when the media source raises the MESourceStarted event.

Event values

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

VARTYPE Description
VT_EMPTY
No event data.

VT_I8
The starting time, in 100-nanosecond units, relative to the time stamps on the samples.

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