public enum CanonicalFrameType extends Enum<CanonicalFrameType>
| Enum Constant and Description |
|---|
ACCOMPANYING_PERFORMER
The accompanying performer.
|
ALBUM
The album.
|
ALBUM_SORT_ORDER
The album sort order.
|
BEATS_PER_MINUTE
The beats per minute.
|
COMMENT
The comment.
|
COMMERCIAL_INFORMATION_URL
The commercial information URL.
|
COMPOSERS
The composers.
|
CONDUCTOR
The conductor.
|
CONTENT_GROUP_DESCRIPTION
The content group description.
|
CONTENT_TYPE
The content type, effectively genre.
|
COPYRIGHT
The copyright.
|
COPYRIGHT_OR_LEGAL_INFORMATION_URL
The copyright or legal information URL.
|
CUSTOM_TEXT
The custom text.
|
CUSTOM_WEBPAGE
The custom webpage.
|
DATE
The date.
|
ENCODER
The encoder.
|
ENCODER_EQUIPMENT_OR_SETTINGS
The encoder equipment or settings.
|
ENCODING_TIMESTAMP
The encoding timestamp.
|
FILE_TYPE
The file type.
|
INITIAL_KEY
The initial key.
|
INVOLVED_PEOPLE_LIST
The involved people list.
|
ISRC
The ISRC.
|
ITUNES_PODCAST
The iTunes podcast.
|
ITUNES_PODCAST_CATEGORY
The iTunes podcast category.
|
ITUNES_PODCAST_DESCRIPTION
The iTunes podcast description.
|
ITUNES_PODCAST_FEED_URL
The iTunes podcast feed URL.
|
ITUNES_PODCAST_KEYWORDS
The iTunes podcast keywords.
|
ITUNES_PODCAST_RELEASE_TIME
The iTunes podcast release time.
|
ITUNES_PODCAST_URL
The iTunes podcast URL.
|
LANGUAGES
The languages.
|
MEDIA_TYPE
The media type.
|
MODIFIED_BY
The modified by.
|
MOOD
The mood.
|
MUSIC_CD_IDENTIFIER
The music CD identifier.
|
MUSICIAN_CREDITS_LIST
The musician credits list.
|
NAME
The name.
|
OFFICIAL_ARTIST_WEBPAGE
The official artist web page.
|
OFFICIAL_AUDIO_FILE_WEBPAGE
The official audio file web page.
|
OFFICIAL_AUDIO_SOURCE_WEBPAGE
The official audio source web page.
|
OFFICIAL_PAYMENT_WEBPAGE
The official payment web page.
|
OFFICIAL_PUBLISHER_WEBPAGE
The official publisher web page.
|
OFFICIAL_RADIO_STATION_WEBPAGE
The official radio station web page.
|
ORIGINAL_ARTISTS
The original artists.
|
ORIGINAL_FILE_NAME
The original file name.
|
ORIGINAL_RELEASE_TIME
The original release time.
|
ORIGINAL_TEXT_WRITERS
The original text writers.
|
ORIGINAL_TITLE
The original title.
|
ORIGINAL_YEAR
The original year.
|
OWNER
The owner.
|
PART
The part.
|
PERFORMER
The performer.
|
PERFORMER_SORT_ORDER
The performer sort order.
|
PICTURE
The picture.
|
PLAYLIST_DELAY_MS
The playlist delay in milliseconds.
|
PRODUCED_NOTE
The produced note.
|
PUBLISHER
The publisher.
|
RADIO_STATION
The radio station.
|
RADIO_STATION_OWNER
The radio station owner.
|
RECORDING_DATES
The recording dates.
|
RECORDING_TIME
The recording time.
|
SET_SUBTITLE
The set subtitle.
|
SUBTITLE
The subtitle.
|
TAGGING_TIMESTAMP
The tagging timestamp.
|
TEXT_WRITERS
The text writers.
|
TIME
The time.
|
TITLE
The title.
|
TITLE_SORT_ORDER
The title sort order.
|
TRACK_LENGTH_MS
The track length in milliseconds.
|
TRACK_NO
The track no.
|
TRACK_SIZE_BYTES
The track size bytes.
|
UNIQUE_FILE_IDENTIFIER
The unique file identifier.
|
UNRECOGNIZED_FRAME
An unrecognized frame.
|
USER_DEFINED_TEXT
The user defined text.
|
USER_DEFINED_URL
The user defined URL.
|
YEAR
The year.
|
| Modifier and Type | Method and Description |
|---|---|
static CanonicalFrameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanonicalFrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CanonicalFrameType ACCOMPANYING_PERFORMER
public static final CanonicalFrameType ALBUM
public static final CanonicalFrameType ALBUM_SORT_ORDER
public static final CanonicalFrameType BEATS_PER_MINUTE
public static final CanonicalFrameType COMMENT
public static final CanonicalFrameType COMMERCIAL_INFORMATION_URL
public static final CanonicalFrameType COMPOSERS
public static final CanonicalFrameType CONDUCTOR
public static final CanonicalFrameType CONTENT_GROUP_DESCRIPTION
public static final CanonicalFrameType COPYRIGHT
public static final CanonicalFrameType COPYRIGHT_OR_LEGAL_INFORMATION_URL
public static final CanonicalFrameType CUSTOM_TEXT
public static final CanonicalFrameType CUSTOM_WEBPAGE
public static final CanonicalFrameType CONTENT_TYPE
public static final CanonicalFrameType DATE
public static final CanonicalFrameType ENCODER
public static final CanonicalFrameType ENCODER_EQUIPMENT_OR_SETTINGS
public static final CanonicalFrameType ENCODING_TIMESTAMP
public static final CanonicalFrameType FILE_TYPE
public static final CanonicalFrameType INITIAL_KEY
public static final CanonicalFrameType INVOLVED_PEOPLE_LIST
public static final CanonicalFrameType ITUNES_PODCAST
public static final CanonicalFrameType ITUNES_PODCAST_CATEGORY
public static final CanonicalFrameType ITUNES_PODCAST_DESCRIPTION
public static final CanonicalFrameType ITUNES_PODCAST_FEED_URL
public static final CanonicalFrameType ITUNES_PODCAST_KEYWORDS
public static final CanonicalFrameType ITUNES_PODCAST_RELEASE_TIME
public static final CanonicalFrameType ITUNES_PODCAST_URL
public static final CanonicalFrameType ISRC
public static final CanonicalFrameType LANGUAGES
public static final CanonicalFrameType MEDIA_TYPE
public static final CanonicalFrameType MODIFIED_BY
public static final CanonicalFrameType MOOD
public static final CanonicalFrameType MUSIC_CD_IDENTIFIER
public static final CanonicalFrameType MUSICIAN_CREDITS_LIST
public static final CanonicalFrameType NAME
public static final CanonicalFrameType OFFICIAL_ARTIST_WEBPAGE
public static final CanonicalFrameType OFFICIAL_AUDIO_FILE_WEBPAGE
public static final CanonicalFrameType OFFICIAL_AUDIO_SOURCE_WEBPAGE
public static final CanonicalFrameType OFFICIAL_PAYMENT_WEBPAGE
public static final CanonicalFrameType OFFICIAL_PUBLISHER_WEBPAGE
public static final CanonicalFrameType OFFICIAL_RADIO_STATION_WEBPAGE
public static final CanonicalFrameType ORIGINAL_ARTISTS
public static final CanonicalFrameType ORIGINAL_FILE_NAME
public static final CanonicalFrameType ORIGINAL_RELEASE_TIME
public static final CanonicalFrameType ORIGINAL_TEXT_WRITERS
public static final CanonicalFrameType ORIGINAL_TITLE
public static final CanonicalFrameType ORIGINAL_YEAR
public static final CanonicalFrameType OWNER
public static final CanonicalFrameType PART
public static final CanonicalFrameType PERFORMER
public static final CanonicalFrameType PERFORMER_SORT_ORDER
public static final CanonicalFrameType PICTURE
public static final CanonicalFrameType PLAYLIST_DELAY_MS
public static final CanonicalFrameType PRODUCED_NOTE
public static final CanonicalFrameType PUBLISHER
public static final CanonicalFrameType RADIO_STATION
public static final CanonicalFrameType RADIO_STATION_OWNER
public static final CanonicalFrameType RECORDING_DATES
public static final CanonicalFrameType RECORDING_TIME
public static final CanonicalFrameType SET_SUBTITLE
public static final CanonicalFrameType SUBTITLE
public static final CanonicalFrameType TAGGING_TIMESTAMP
public static final CanonicalFrameType TEXT_WRITERS
public static final CanonicalFrameType TIME
public static final CanonicalFrameType TITLE
public static final CanonicalFrameType TITLE_SORT_ORDER
public static final CanonicalFrameType TRACK_LENGTH_MS
public static final CanonicalFrameType TRACK_NO
public static final CanonicalFrameType TRACK_SIZE_BYTES
public static final CanonicalFrameType UNIQUE_FILE_IDENTIFIER
public static final CanonicalFrameType UNRECOGNIZED_FRAME
public static final CanonicalFrameType USER_DEFINED_TEXT
public static final CanonicalFrameType USER_DEFINED_URL
public static final CanonicalFrameType YEAR
public static CanonicalFrameType[] values()
for (CanonicalFrameType c : CanonicalFrameType.values()) System.out.println(c);
public static CanonicalFrameType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.