Compartir a través de


AudioTrack (Constructor) (Uri, String, String, String, Uri, String, EnabledPlayerControls)

Espacio de nombres:  Microsoft.Phone.BackgroundAudio
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
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

Parámetros

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

AudioTrack Clase

AudioTrack (Sobrecarga)

Microsoft.Phone.BackgroundAudio (Espacio de nombres)