Alvas.Audio Class Library

Recorder.Stop Method 

Stops recording.

[Visual Basic]
Public Function Stop() As Integer
[C#]
public int Stop();

Return Value

Returns 0 if successful or error number otherwise. Use GetErrorString static function to describe error number.

See Also

Recorder Class | Alvas.Audio Namespace