BackgroundAudioPlayer Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BackgroundAudioPlayer type exposes the following members.
| Name | Description | |
|---|---|---|
|
BufferingProgress | The amount of buffering that is completed for the media content. |
|
CanPause | Gets a value indicating whether the media can be paused when the Pause method is called. |
|
CanSeek | Gets a value indicating whether the media can be repositioned by setting the value of the Position property. |
|
Error | The last error, if any, to have occurred while playing the current AudioTrack. |
|
Instance | Returns an instance of the BackgroundAudioPlayer. If this application already has background audio playback resources allocated, the BackgroundAudioPlayer returned will contain references to those resources. |
|
PlayerState | Gets the current PlayState of the player. |
|
Position | Gets or sets the current position within the current Track. |
|
Track | Gets or sets the current track for this application, whether the application is currently playing or not. |
|
Volume | The media's volume represented on a linear scale between 0 and 1. The default is 0.85. |
Show: