MESourceSeeked event

Raised when a media source seeks to a new position. A media source raises this event if the source is running or paused and the application calls IMFMediaSource::Start with a start time that does not equal the current position.

Event values

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

VARTYPE Description
VT_I8
The new starting position, in 100-nanosecond units.

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