Alvas.Audio Class Library

Player.Stop Method 

To stop playing.

[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

Player Class | Alvas.Audio Namespace