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)

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: BooleanFalse to abort recording audio data, true to continue
