Microsoft Windows CE 3.0  

CBaseRenderer::Render

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.

Asks the derived class to render the sample.

virtual HRESULT Render(
IMediaSample *
pMediaSample
);

Parameters

pMediaSample
Media sample.

Return Values

Returns an HRESULTvalue.

Remarks

This member function is called when the derived class should render the sample. The action taken is dependent on the nature of the renderer; a video renderer will typically draw the image in a window. This class calls the pure virtual DoRenderSampleto be implemented by the derived class.