FrameUpdateFilterImpl::updateInPlace Method

This method is called when a frame can be updated.
Syntax:
virtual bool    updateInPlace( IFrame& frame ) = 0;
Parameter Description
frame

The source and destination frame of the call.

Return Value:

The return value determines whether this frame should be delivered downstream.

Value Description
true Continue processing this frame
false Discard this frame

See also: FrameUpdateFilterImpl, IFrame

<< FrameUpdateFilterImpl