CBaseRenderer.DoRenderSample method
The DoRenderSample
method renders a sample.
Syntax
virtual HRESULT DoRenderSample(
IMediaSample *pMediaSample
) = 0;
Parameters
-
pMediaSample
-
Pointer to the sample's IMediaSample interface.
Return value
Returns an HRESULT value.
Remarks
The derived class must implement this method. The behavior depends entirely on the type of filter being implemented. A video renderer, for example, would draw the video image contained in the sample.
Requirements
Header |
|
Library |
|