SoundRecorder.OnStop Method

SFML.Net

SoundRecorderOnStop Method
Stop capturing audio data. This virtual function may be overriden by a derived class if something has to be done every time the capture ends. If not, this function can be ignored; the default implementation does nothing.

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
protected virtual void OnStop()
Protected Overridable Sub OnStop
protected:
virtual void OnStop()
abstract OnStop : unit -> unit 
override OnStop : unit -> unit 
See Also