Enum Constant and Description |
---|
ALBUM
The album name as it should be displayed, e.g.
|
ALBUM_GAIN
Album gain in db
|
ALBUM_PEAK
Peak of the album
|
ALBUM_SORTNAME
The album name as it should be sorted, e.g.
|
ALBUM_VOLUME_COUNT
Count of discs inside collection this disc belongs to.
|
ALBUM_VOLUME_NUMBER
Disc number inside a collection.
|
ARTIST
The artist name as it should be displayed, e.g.
|
ARTIST_SORTNAME
The artist name as it should be sorted, e.g.
|
AUDIO_CODEC
Codec the audio data is stored in
|
BEATS_PER_MINUTE
Number of beats per minute in audio
|
BITRATE
Exact or average bitrate in bits per second
|
CODEC
Codec the data is stored in
|
COMMENT |
COMPOSER
Person(s) who composed the recording
|
CONTACT
Contact information
|
COPYRIGHT
Copyright notice for the data
|
COPYRIGHT_URI
URI to location where copyright details can be found
|
DATE
date the data was created
|
DESCRIPTION
Short text describing the content of the data
|
DURATION
Length in GStreamer time units (nanoseconds)
|
ENCODER
Encoder used to encode this stream
|
ENCODER_VERSION
Version of the encoder used to encode this stream
|
EXTENDED_COMMENT |
GENRE
Genre of the media
|
IMAGE
Image
|
ISRC |
LANGUAGE_CODE
Language code (ISO-639-1) String
|
LICENSE
License of data
|
LICENSE_URI
URI to location where license details can be found
|
LOCATION
Original location of file as a URI
|
MAXIMUM_BITRATE
Maximum bitrate in bits/s
|
MINIMUM_BITRATE
Minimum bitrate in bits/s
|
NOMINAL_BITRATE
Nominal bitrate in bits/s
|
ORGANIZATION
Organization
|
PERFORMER
Person(s) performing
|
PREVIEW_IMAGE
Image that is meant for preview purposes
|
REFERENCE_LEVEL
Reference level of track and album gain values
|
SERIAL
Serial number of track
|
TITLE
The title as it should be displayed, e.g.
|
TITLE_SORTNAME
The title as it should be sorted, e.g.
|
TRACK_COUNT
Count of tracks inside collection this track belongs to.
|
TRACK_GAIN
Track gain in db
|
TRACK_NUMBER
Track number inside a collection.
|
TRACK_PEAK
Peak of the track
|
VERSION
Version of this data
|
VIDEO_CODEC
Codec the video data is stored in
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tag ARTIST
public static final Tag ARTIST_SORTNAME
public static final Tag TITLE
public static final Tag TITLE_SORTNAME
public static final Tag ALBUM
public static final Tag ALBUM_SORTNAME
public static final Tag COMPOSER
public static final Tag GENRE
public static final Tag COMMENT
public static final Tag EXTENDED_COMMENT
public static final Tag LOCATION
public static final Tag DESCRIPTION
public static final Tag VERSION
public static final Tag ORGANIZATION
public static final Tag COPYRIGHT
public static final Tag COPYRIGHT_URI
public static final Tag CONTACT
public static final Tag LICENSE
public static final Tag LICENSE_URI
public static final Tag PERFORMER
public static final Tag CODEC
public static final Tag AUDIO_CODEC
public static final Tag VIDEO_CODEC
public static final Tag ENCODER
public static final Tag ENCODER_VERSION
public static final Tag LANGUAGE_CODE
public static final Tag TRACK_NUMBER
public static final Tag TRACK_COUNT
public static final Tag ALBUM_VOLUME_NUMBER
public static final Tag ALBUM_VOLUME_COUNT
public static final Tag BITRATE
public static final Tag NOMINAL_BITRATE
public static final Tag MINIMUM_BITRATE
public static final Tag MAXIMUM_BITRATE
public static final Tag TRACK_GAIN
public static final Tag TRACK_PEAK
public static final Tag ALBUM_GAIN
public static final Tag ALBUM_PEAK
public static final Tag REFERENCE_LEVEL
public static final Tag SERIAL
public static final Tag DATE
public static final Tag DURATION
public static final Tag ISRC
public static final Tag IMAGE
public static final Tag PREVIEW_IMAGE
public static final Tag BEATS_PER_MINUTE
public static Tag[] values()
for (Tag c : Tag.values()) System.out.println(c);
public static Tag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getId()