SystemMediaTransportControlsButton Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Play | 0 | The play button. |
Pause | 1 | The pause button. |
Stop | 2 | The stop button. |
Record | 3 | The record button. |
FastForward | 4 | The fast forward button. |
Rewind | 5 | The rewind button. |
Next | 6 | The next button. |
Previous | 7 | The previous button. |
ChannelUp | 8 | The channel up button. |
ChannelDown | 9 | The channel down button. |