CVideoTransformFilter::Receive
Receives the media sample and either skips the sample or transforms and delivers the media sample.
HRESULT Receive(
IMediaSample *pSample );
Parameters
- pSample
Sample to deliver.
Return Values
Returns an HRESULT value.
Remarks
This member function overrides the CTransformFilter::Receive member function. Override only if you need more control of the process.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.