SoundRecorder.OnStart Method

SFML.Net

SoundRecorderOnStart Method
Start capturing audio data. This virtual function may be overriden by a derived class if something has to be done every time a new capture starts. 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 bool OnStart()
Protected Overridable Function OnStart As Boolean
protected:
virtual bool OnStart()
abstract OnStart : unit -> bool 
override OnStart : unit -> bool 

Return Value

Type: Boolean
False to abort recording audio data, true to continue
See Also