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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CVideoTransformFilter Class