Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface provides methods for seeking to markers in a Windows Media stream and for modifying the playback speed. It is implemented on the Windows Media Source filter and the WM ASF Reader filter.

In addition to the methods inherited from IDispatchand IUnknown, this interface exposes the following methods.

Method Description

IAMExtendedSeeking::get_CurrentMarker

Retrieves the current marker.

IAMExtendedSeeking::get_ExSeekCapabilities

Retrieves the extended seeking capabilities of the filter.

IAMExtendedSeeking::get_MarkerCount

Retrieves the number of markers in the current stream.

IAMExtendedSeeking::get_PlaybackSpeed

Retrieves the current playback speed.

IAMExtendedSeeking::GetMarkerName

Retrieves the name associated with the specified marker.

IAMExtendedSeeking::GetMarkerTime

Retrieves the presentation time associated with the specified marker.

IAMExtendedSeeking::put_PlaybackSpeed

Sets the playback speed.

See Also