CVideoTransformFilter::Receive (Compact 2013)
3/26/2014
Receives the media sample and either skips the sample or transforms and delivers the media sample.
Syntax
HRESULT Receive(
IMediaSample* pSample
);
Parameters
- pSample
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.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |