TagType enum

All the songs tags type.

Inheritance

Constructors

TagType()
const

Values

ACOUSTID_FINGERPRINT → const TagType
ACOUSTID_ID → const TagType
ALBUM → const TagType
ALBUM_ARTIST → const TagType
ALBUM_ARTIST_SORT → const TagType
ALBUM_SORT → const TagType
AMAZON_ID → const TagType
ARRANGER → const TagType
ARTIST → const TagType
ARTIST_SORT → const TagType
ARTISTS → const TagType
BARCODE → const TagType
BPM → const TagType
CATALOG_NO → const TagType
COMMENT → const TagType
COMPOSER → const TagType
COMPOSER_SORT → const TagType
CONDUCTOR → const TagType
COUNTRY → const TagType
COVER_ART → const TagType
CUSTOM1 → const TagType
CUSTOM2 → const TagType
CUSTOM3 → const TagType
CUSTOM4 → const TagType
CUSTOM5 → const TagType
DISC_NO → const TagType
DISC_SUBTITLE → const TagType
DISC_TOTAL → const TagType
DJMIXER → const TagType
ENCODER → const TagType
ENGINEER → const TagType
FBPM → const TagType
GENRE → const TagType
GROUPING → const TagType
ISRC → const TagType
IS_COMPILATION → const TagType
KEY → const TagType
LANGUAGE → const TagType
LYRICIST → const TagType
LYRICS → const TagType
MEDIA → const TagType
MIXER → const TagType
MOOD → const TagType
MUSICBRAINZ_ARTISTID → const TagType
MUSICBRAINZ_DISC_ID → const TagType
MUSICBRAINZ_ORIGINAL_RELEASE_ID → const TagType
MUSICBRAINZ_RELEASEARTISTID → const TagType
MUSICBRAINZ_RELEASEID → const TagType
MUSICBRAINZ_RELEASE_COUNTRY → const TagType
MUSICBRAINZ_RELEASE_GROUP_ID → const TagType
MUSICBRAINZ_RELEASE_STATUS → const TagType
MUSICBRAINZ_RELEASE_TRACK_ID → const TagType
MUSICBRAINZ_RELEASE_TYPE → const TagType
MUSICBRAINZ_TRACK_ID → const TagType
MUSICBRAINZ_WORK_ID → const TagType
MUSICIP_ID → const TagType
OCCASION → const TagType
ORIGINAL_ALBUM → const TagType
ORIGINAL_ARTIST → const TagType
ORIGINAL_LYRICIST → const TagType
ORIGINAL_YEAR → const TagType
QUALITY → const TagType
PRODUCER → const TagType
RATING → const TagType
RECORD_LABEL → const TagType
REMIXER → const TagType
SCRIPT → const TagType
SUBTITLE → const TagType
TAGS → const TagType
TEMPO → const TagType
TITLE → const TagType
TITLE_SORT → const TagType
TRACK → const TagType
TRACK_TOTAL → const TagType
URL_DISCOGS_ARTIST_SITE → const TagType
URL_DISCOGS_RELEASE_SITE → const TagType
URL_LYRICS_SITE → const TagType
URL_OFFICIAL_ARTIST_SITE → const TagType
URL_OFFICIAL_RELEASE_SITE → const TagType
URL_WIKIPEDIA_ARTIST_SITE → const TagType
URL_WIKIPEDIA_RELEASE_SITE → const TagType
YEAR → const TagType
BITRATE → const TagType

This tag cannot be modified!

CHANNELS → const TagType

This tag cannot be modified!

FIRST_ARTWORK → const TagType

This tag cannot be modified!

FORMAT → const TagType

This tag cannot be modified!

TRACK_LENGTH → const TagType

This tag cannot be modified!

SAMPLE_RATE → const TagType

This tag cannot be modified!

ENCODING_TYPE → const TagType

This tag cannot be modified!

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<TagType>
A constant List of the values in this enum, in order of their declaration.