AudioTrack Constructor (Uri, String, String, String, Uri, String, EnabledPlayerControls)
Namespace: Microsoft.Phone.BackgroundAudio
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
Public Sub New ( _
source As Uri, _
title As String, _
artist As String, _
album As String, _
albumArt As Uri, _
tag As String, _
enabledControls As EnabledPlayerControls _
)
public AudioTrack(
Uri source,
string title,
string artist,
string album,
Uri albumArt,
string tag,
EnabledPlayerControls enabledControls
)
public:
AudioTrack(
Uri^ source,
String^ title,
String^ artist,
String^ album,
Uri^ albumArt,
String^ tag,
EnabledPlayerControls enabledControls
)
new :
source:Uri *
title:string *
artist:string *
album:string *
albumArt:Uri *
tag:string *
enabledControls:EnabledPlayerControls -> AudioTrack
Parameters
- source
Type: System.Uri
- title
Type: System.String
- artist
Type: System.String
- album
Type: System.String
- albumArt
Type: System.Uri
- tag
Type: System.String
- enabledControls
Type: Microsoft.Phone.BackgroundAudio.EnabledPlayerControls
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.