Alvas.Audio Class Library

Recorder.Close Method 

Closes opened recording device.

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

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