EnabledPlayerControls Enumeration

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

Specifies which audio playback controls are enabled in the system user interface.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

<FlagsAttribute> _
Public Enumeration EnabledPlayerControls
[FlagsAttribute]
public enum EnabledPlayerControls
<object property="enumerationValue" .../>

Members

Member name Description
None All controls are disabled.
SkipNext Enables the Next button.
SkipPrevious Enables the Previous button.
FastForward Enables the Fast-Forward button.
Rewind Enables the Rewind button.
Pause Enables the Pause button.
All Enables all controls.

Remarks

The Play and Stop buttons cannot be disabled.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.BackgroundAudio Namespace

Other Resources

Background audio overview for Windows Phone 8

How to play background audio for Windows Phone 8