This topic has not yet been rated - Rate this topic

MediaPlaybackControls Enumeration

Windows Phone

March 22, 2012

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)
[FlagsAttribute]
public enum MediaPlaybackControls
<object property="enumerationValue" .../>
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.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)