CBaseRenderer::Render
Asks the derived class to render the sample.
virtual HRESULT Render(
IMediaSample *pMediaSample);
Parameters
- pMediaSample
Media sample.
Return Values
Returns an HRESULT value.
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 DoRenderSample to be implemented by the derived class.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.