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

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AudioTrack Class

AudioTrack Overload

Microsoft.Phone.BackgroundAudio Namespace