FrameFilterImpl::notifyStop Method |
||
This method is called when the transformation process (live mode) is stopped. | ||
Syntax: | virtual void notifyStop(); |
|
Remarks: | The implementation of this method is a good place to free any resources that were allocated in notifyStart. The default implementation does nothing. |
|
See also: | FrameFilterImpl, FrameFilterImpl::notifyStart |