Alvas.Audio Class Library

Player.Close Method 

To close playing.

[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

Player Class | Alvas.Audio Namespace