MediaMetadataKey enum
Values
- albumArtist → const MediaMetadataKey
- albumTitle → const MediaMetadataKey
- artist → const MediaMetadataKey
- bookTitle → const MediaMetadataKey
- broadcastDate → const MediaMetadataKey
- chapterNumber → const MediaMetadataKey
- chapterTitle → const MediaMetadataKey
- composer → const MediaMetadataKey
- creationDate → const MediaMetadataKey
- discNumber → const MediaMetadataKey
- episodeNumber → const MediaMetadataKey
- height → const MediaMetadataKey
- locationLatitude → const MediaMetadataKey
- locationLongitude → const MediaMetadataKey
- locationName → const MediaMetadataKey
- queueItemId → const MediaMetadataKey
- releaseDate → const MediaMetadataKey
- seasonNumber → const MediaMetadataKey
- sectionDuration → const MediaMetadataKey
- sectionStartAbsoluteTime → const MediaMetadataKey
- sectionStartTimeInContainer → const MediaMetadataKey
- sectionStartTimeInMedia → const MediaMetadataKey
- seriesTitle → const MediaMetadataKey
- studio → const MediaMetadataKey
- subtitle → const MediaMetadataKey
- title → const MediaMetadataKey
- trackNumber → const MediaMetadataKey
- width → const MediaMetadataKey
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
MediaMetadataKey> - A constant List of the values in this enum, in order of their declaration.