IMFMediaSourcePresentationProvider interface (mfidl.h)

Provides notifications to the sequencer source. This interface is exposed by the sequencer source. Applications do not use this interface.

To get a pointer to this interface, call IMFGetService::GetService with the service identifier MF_SOURCE_PRESENTATION_PROVIDER_SERVICE.

Inheritance

The IMFMediaSourcePresentationProvider interface inherits from the IUnknown interface. IMFMediaSourcePresentationProvider also has these types of members:

Methods

The IMFMediaSourcePresentationProvider interface has these methods.

 
IMFMediaSourcePresentationProvider::ForceEndOfPresentation

Notifies the source when playback has reached the end of a segment. For timelines, this corresponds to reaching a mark-out point.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

Media Foundation Interfaces