FrameFilterImpl::notifyStart Method |
|||||||||||||||||
This method is called when the transformation process (live mode) is started. | |||||||||||||||||
Syntax: | virtual void notifyStart( const FrameTypeInfo& in_type, const FrameTypeInfo& out_type ); |
||||||||||||||||
|
|||||||||||||||||
Remarks: | In this method, you can allocate buffers or do any other necessary initialization work. The default implementation does nothing. |
||||||||||||||||
See also: | FrameFilterImpl, FrameFilterImpl::notifyStop |