SystemMediaTransportControlsButton Enum

Definition

Defines values for the buttons on the SystemMediaTransportControls.

public enum class SystemMediaTransportControlsButton
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SystemMediaTransportControlsButton
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SystemMediaTransportControlsButton
var value = Windows.Media.SystemMediaTransportControlsButton.play
Public Enum SystemMediaTransportControlsButton
Inheritance
SystemMediaTransportControlsButton
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

ChannelDown 9

The channel down button.

ChannelUp 8

The channel up button.

FastForward 4

The fast forward button.

Next 6

The next button.

Pause 1

The pause button.

Play 0

The play button.

Previous 7

The previous button.

Record 3

The record button.

Rewind 5

The rewind button.

Stop 2

The stop button.

Applies to

See also