AudioPlayerPause Method
Pauses 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 Pause()
Public Overridable Sub Pause
Dim instance As AudioPlayer
instance.Pause()
public:
virtual void Pause()
abstract Pause : unit -> unit
override Pause : unit -> unit
No code example is currently available or this language may not be supported.
Exception
|
Cannot pause playback because the player is not playing any audio.
|