AudioPlayerStop Method
Stops the current playback.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Stop()
Public Overridable Sub Stop
Dim instance As AudioPlayer
instance.Stop()
public:
virtual void Stop()
abstract Stop : unit -> unit
override Stop : unit -> unit
No code example is currently available or this language may not be supported.
Exception
|
Cannot stop playback because the player is not playing any audio.
|