SoundBufferRecorder.OnStart Method

SFML.Net

SoundBufferRecorderOnStart Method
Called when a new capture starts

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
protected override bool OnStart()
Protected Overrides Function OnStart As Boolean
protected:
virtual bool OnStart() override
abstract OnStart : unit -> bool 
override OnStart : unit -> bool 

Return Value

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