AudioTrack Constructor (Uri, String, String, String, Uri)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates and initializes a new instance of the AudioTrack class.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- source
- Type: System.Uri
The URI path to the track. This can be a UriKind value or null if using streaming.
- title
- Type: System.String
The title of the track. This must be a non-empty string.
- artist
- Type: System.String
The artist of the track. This string can be empty or null.
- album
- Type: System.String
The album of the track. This string can be empty or null.
- albumArt
- Type: System.Uri
The URI path to the image used in the user interface—for example, in the Now Playing Tile. This can be null.
Show: