Microsoft DirectX 8.1 (C++) |
The SlowRender method draws the sample image using SetDIBitsToDevice and StretchDIBits.
Syntax
void SlowRender(
IMediaSample *pMediaSample
);
Parameters
pMediaSample
Pointer to the sample to draw.
Return Value
No return value.
Remarks
The sample provided should contain the image to draw and should match the format as specified to the draw object through NotifyMediaType.
This is a protected member function.
See Also