SoundRecorder.Start Method

SFML.Net

SoundRecorderStart Method
Start the capture using the default sample rate (44100 Hz). Please note that only one capture can happen at the same time.

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public bool Start()
Public Function Start As Boolean
public:
bool Start()
member Start : unit -> bool 

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SFML.Audio.SoundRecorder.Start"]

See Also