Microsoft DirectX 9.0

CRendererInputPin::Receive

The Receive method receives the next media sample in the stream. This method overrides the CBaseInputPin::Receive method.

Syntax

HRESULT Receive(
    IMediaSample *pMediaSample
);

Parameters

pMediaSample

Pointer to the sample's IMediaSample interface.

Return Value

Returns an HRESULT value.

See Also