FrameFilterImpl::transform Method |
|||||||||||||||||
This method is called when a frame must be transformed or copied from the source to the destination IFrame. | |||||||||||||||||
Syntax: | virtual bool transform( const IFrame& src, IFrame& dest ) = 0; |
||||||||||||||||
|
|||||||||||||||||
Return Value: |
|
||||||||||||||||
Remarks: | The image data pointer returned by IFrame::getPtr may be 0 for the destination frame dest. In this case, no target for the copy operation is available, e.g. all buffers of the MemBufferCollection are locked. The transform filter is called, because the implementation may need to analyze the input data. |
||||||||||||||||
See also: | FrameFilterImpl, IFrame |