FrameFilterImpl.NotifyStop Method |
||
This method is called when the transformation process (live mode) is stopped. | ||
Syntax: | public 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 |