MediaKeyCode enum
Enum for Media Keys
Values
- play → const MediaKeyCode
-
Play media key.
- pause → const MediaKeyCode
-
Pause media key.
- playPause → const MediaKeyCode
-
Play/Pause media key.
- reverse → const MediaKeyCode
-
Reverse media key.
- stop → const MediaKeyCode
-
Stop media key.
- fastForward → const MediaKeyCode
-
Fast-forward media key.
- rewind → const MediaKeyCode
-
Rewind media key.
- trackNext → const MediaKeyCode
-
Next-track media key.
- trackPrevious → const MediaKeyCode
-
Previous-track media key.
- record → const MediaKeyCode
-
Record media key.
- lowerVolume → const MediaKeyCode
-
Lower-volume media key.
- raiseVolume → const MediaKeyCode
-
Raise-volume media key.
- muteVolume → const MediaKeyCode
-
Mute media key.
- none → const MediaKeyCode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MediaKeyCode> - A constant List of the values in this enum, in order of their declaration.