Microsoft DirectX 8.1 (C++) |
Receives the media sample and either skips the sample or transforms and delivers the media sample.
Syntax
HRESULT Receive(
IMediaSample *pSample
);
Parameters
pSample
Pointer to the sample to deliver.
Return Value
Returns an HRESULT value.
Remarks
This member function overrides the CTransformFilter::Receive member function. Override only if you need more control of the process.
See Also