Microsoft Windows CE 3.0  

CBaseRenderer::OnRenderStart

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.

Notifies the derived class that rendering is about to start.

virtual void OnRenderStart(
IMediaSample *
pMediaSample
);

Parameters

pMediaSample
Media sample.

Return Values

No return value.

Remarks

This member function is available for quality management and performance measuring. It is called immediately before the sample is rendered.

Quality management implementations typically need to know how long it takes the renderer to render the data.