MediaPlaybackControls Enumeration

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

An enumeration defining the bitwise flags that are used with the Controls property of the MediaPlayerLauncher object to specify which controls should be displayed by the media player application.

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

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

Syntax

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

Members

Member name Description
None No controls.
Pause The pause control.
Stop The stop control.
FastForward The fast forward control.
Rewind The rewind control.
Skip The skip control.
All All controls. The equivalent of using OR to combine all of the other members of the enumeration.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Tasks Namespace

Other Resources

Launchers and Choosers for Windows Phone 8

How to use the Media Player launcher for Windows Phone 8