BackgroundAudioPlayer.Pause Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Pauses playback at the current position.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | Pause was called, but there is no current Track set. |
This method is not affected by the enabled PlayerControls of the current AudioTrack.
Show: