Alvas.Audio Class Library

Player.CloseAudioDevices Method 

Closes all audio devices.

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

Return Value

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

See Also

Player Class | Alvas.Audio Namespace