Share via


PlaybackCommand Enum

Definition

Represents the media playback command to execute.

public enum class PlaybackCommand
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PlaybackCommand
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PlaybackCommand
var value = Windows.Phone.Notification.Management.PlaybackCommand.play
Public Enum PlaybackCommand
Inheritance
PlaybackCommand
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Fields

ChannelDown 9

Execute the channel down command.

ChannelUp 8

Execute the channel up command.

FastForward 4

Execute the fast forward command.

Next 6

Execute the next command.

Pause 1

Execute the pause command.

Play 0

Execute the play command.

Previous 7

Execute the previous command.

Record 3

Execute the record command.

Rewind 5

Execute the rewind command.

Stop 2

Execute the stop command.

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to