public enum WavInfoIdentifier extends Enum<WavInfoIdentifier>
Enum Constant and Description |
---|
ALBUM |
ALBUM_ARTIST |
ALBUM_GAIN |
ARTIST |
COMMENTS |
COMPOSER |
CONDUCTOR |
COPYRIGHT |
ENCODER |
GENRE |
ISRC |
LABEL |
LYRICIST |
QOBUZ_ALBUMARTIST |
QOBUZ_TRACK_TOTAL |
QOBUZ_TRACKNO |
RATING |
TITLE |
TRACK_GAIN |
TRACKNO |
TWONKY_TRACKNO |
YEAR |
Modifier and Type | Method and Description |
---|---|
static WavInfoIdentifier |
getByCode(String code)
Get
WavInfoIdentifier for code (e.g. |
static WavInfoIdentifier |
getByFieldKey(FieldKey fieldKey)
Get
WavInfoIdentifier for code (e.g. |
String |
getCode() |
FieldKey |
getFieldKey() |
int |
getPreferredWriteOrder() |
static WavInfoIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WavInfoIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WavInfoIdentifier ARTIST
public static final WavInfoIdentifier ALBUM
public static final WavInfoIdentifier TITLE
public static final WavInfoIdentifier TRACKNO
public static final WavInfoIdentifier YEAR
public static final WavInfoIdentifier GENRE
public static final WavInfoIdentifier ALBUM_ARTIST
public static final WavInfoIdentifier COMMENTS
public static final WavInfoIdentifier COMPOSER
public static final WavInfoIdentifier CONDUCTOR
public static final WavInfoIdentifier LYRICIST
public static final WavInfoIdentifier ENCODER
public static final WavInfoIdentifier RATING
public static final WavInfoIdentifier ISRC
public static final WavInfoIdentifier LABEL
public static final WavInfoIdentifier COPYRIGHT
public static final WavInfoIdentifier QOBUZ_TRACKNO
public static final WavInfoIdentifier QOBUZ_TRACK_TOTAL
public static final WavInfoIdentifier QOBUZ_ALBUMARTIST
public static final WavInfoIdentifier TRACK_GAIN
public static final WavInfoIdentifier ALBUM_GAIN
public static final WavInfoIdentifier TWONKY_TRACKNO
public static WavInfoIdentifier[] values()
for (WavInfoIdentifier c : WavInfoIdentifier.values()) System.out.println(c);
public static WavInfoIdentifier 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 nullpublic String getCode()
public FieldKey getFieldKey()
public int getPreferredWriteOrder()
public static WavInfoIdentifier getByCode(String code)
WavInfoIdentifier
for code (e.g. "SSND").code
- chunk idnull
if not registeredpublic static WavInfoIdentifier getByFieldKey(FieldKey fieldKey)
WavInfoIdentifier
for code (e.g. "SSND").fieldKey
- null
if not registeredCopyright © 2005–2020 jthink.net. All rights reserved.