BackgroundAudioPlayer.Play Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Plays or resumes the current AudioTrack at its current position.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub Play
public void Play()

Exceptions

Exception Condition
InvalidOperationException

Play()()() was called, but there is no current Track set.

Remarks

Volume settings may not be retained in background audio player applications. This can occur if you set the Volume property first and then call the Play()()() method and then set the Track property. To resolve this issue, always set the track before calling the Play method.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BackgroundAudioPlayer Class

Microsoft.Phone.BackgroundAudio Namespace