Microsoft Windows CE 3.0  

CBaseRenderer::GetMediaPositionInterface

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.

IMediaSeekinginterfaces for the video renderer.

virtual HRESULT GetMediaPositionInterface(
REFIID
riid
,
void **
ppv
);

Parameters

riid
Reference identifier.
ppv
Pointer to the interface.

Return Values

Returns an HRESULTvalue.

Remarks

A CRendererPosPassThruhelper object is created dynamically when this is called to support passing the IMediaPositionor IMediaSeekinginterface calls from the filter graph manager to the upstream filter.