AudioTrack Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The AudioTrack type exposes the following members.
| Name | Description | |
|---|---|---|
|
Album | Text to display as the track’s album. |
|
AlbumArt | The path to the album art for the track. |
|
Artist | Text to display as the track's artist. |
|
Duration | The length of the track. |
|
PlayerControls | Determines which playback controls are enabled in the system user interface. |
|
Source | The URI path to the track. |
|
Tag | An arbitrary string associated with this track, used to store application-specific state. |
|
Title | Text to display as the track's title. |
Show: