org.metasyntactic.id3.v1
Class Genre
java.lang.Object
|
+--org.metasyntactic.id3.v1.Genre
- public class Genre
- extends java.lang.Object
Method Summary |
static java.lang.String |
toString(byte genre)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLUES
public static final byte BLUES
- See Also:
- Constant Field Values
CLASSIC_ROCK
public static final byte CLASSIC_ROCK
- See Also:
- Constant Field Values
COUNTRY
public static final byte COUNTRY
- See Also:
- Constant Field Values
DANCE
public static final byte DANCE
- See Also:
- Constant Field Values
DISCO
public static final byte DISCO
- See Also:
- Constant Field Values
FUNK
public static final byte FUNK
- See Also:
- Constant Field Values
GRUNGE
public static final byte GRUNGE
- See Also:
- Constant Field Values
HIP_HOP
public static final byte HIP_HOP
- See Also:
- Constant Field Values
JAZZ
public static final byte JAZZ
- See Also:
- Constant Field Values
METAL
public static final byte METAL
- See Also:
- Constant Field Values
NEW_AGE
public static final byte NEW_AGE
- See Also:
- Constant Field Values
OLDIES
public static final byte OLDIES
- See Also:
- Constant Field Values
OTHER
public static final byte OTHER
- See Also:
- Constant Field Values
POP
public static final byte POP
- See Also:
- Constant Field Values
R_AND_B
public static final byte R_AND_B
- See Also:
- Constant Field Values
RAP
public static final byte RAP
- See Also:
- Constant Field Values
REGGAE
public static final byte REGGAE
- See Also:
- Constant Field Values
ROCK
public static final byte ROCK
- See Also:
- Constant Field Values
TECHNO
public static final byte TECHNO
- See Also:
- Constant Field Values
INDUSTRIAL
public static final byte INDUSTRIAL
- See Also:
- Constant Field Values
ALTERNATIVE
public static final byte ALTERNATIVE
- See Also:
- Constant Field Values
SKA
public static final byte SKA
- See Also:
- Constant Field Values
DEATH_METAL
public static final byte DEATH_METAL
- See Also:
- Constant Field Values
PRANKS
public static final byte PRANKS
- See Also:
- Constant Field Values
SOUNDTRACK
public static final byte SOUNDTRACK
- See Also:
- Constant Field Values
EURO_TECHNO
public static final byte EURO_TECHNO
- See Also:
- Constant Field Values
AMBIENT
public static final byte AMBIENT
- See Also:
- Constant Field Values
TRIP_HOP
public static final byte TRIP_HOP
- See Also:
- Constant Field Values
VOCAL
public static final byte VOCAL
- See Also:
- Constant Field Values
JAZZ_FUNK
public static final byte JAZZ_FUNK
- See Also:
- Constant Field Values
FUSION
public static final byte FUSION
- See Also:
- Constant Field Values
TRANCE
public static final byte TRANCE
- See Also:
- Constant Field Values
CLASSICAL
public static final byte CLASSICAL
- See Also:
- Constant Field Values
INSTRUMENTAL
public static final byte INSTRUMENTAL
- See Also:
- Constant Field Values
ACID
public static final byte ACID
- See Also:
- Constant Field Values
HOUSE
public static final byte HOUSE
- See Also:
- Constant Field Values
GAME
public static final byte GAME
- See Also:
- Constant Field Values
SOUND_CLIP
public static final byte SOUND_CLIP
- See Also:
- Constant Field Values
GOSPEL
public static final byte GOSPEL
- See Also:
- Constant Field Values
NOISE
public static final byte NOISE
- See Also:
- Constant Field Values
ALTERNROCK
public static final byte ALTERNROCK
- See Also:
- Constant Field Values
BASS
public static final byte BASS
- See Also:
- Constant Field Values
SOUL
public static final byte SOUL
- See Also:
- Constant Field Values
PUNK
public static final byte PUNK
- See Also:
- Constant Field Values
SPACE
public static final byte SPACE
- See Also:
- Constant Field Values
MEDITATIVE
public static final byte MEDITATIVE
- See Also:
- Constant Field Values
INSTRUMENTAL_POP
public static final byte INSTRUMENTAL_POP
- See Also:
- Constant Field Values
INSTRUMENTAL_ROCK
public static final byte INSTRUMENTAL_ROCK
- See Also:
- Constant Field Values
ETHNIC
public static final byte ETHNIC
- See Also:
- Constant Field Values
GOTHIC
public static final byte GOTHIC
- See Also:
- Constant Field Values
DARKWAVE
public static final byte DARKWAVE
- See Also:
- Constant Field Values
TECHNO_INDUSTRIAL
public static final byte TECHNO_INDUSTRIAL
- See Also:
- Constant Field Values
ELECTRONIC
public static final byte ELECTRONIC
- See Also:
- Constant Field Values
POP_FOLK
public static final byte POP_FOLK
- See Also:
- Constant Field Values
EURODANCE
public static final byte EURODANCE
- See Also:
- Constant Field Values
DREAM
public static final byte DREAM
- See Also:
- Constant Field Values
SOUTHERN_ROCK
public static final byte SOUTHERN_ROCK
- See Also:
- Constant Field Values
COMEDY
public static final byte COMEDY
- See Also:
- Constant Field Values
CULT
public static final byte CULT
- See Also:
- Constant Field Values
GANGSTA
public static final byte GANGSTA
- See Also:
- Constant Field Values
TOP_40
public static final byte TOP_40
- See Also:
- Constant Field Values
CHRISTIAN_RAP
public static final byte CHRISTIAN_RAP
- See Also:
- Constant Field Values
POP_FUNK
public static final byte POP_FUNK
- See Also:
- Constant Field Values
JUNGLE
public static final byte JUNGLE
- See Also:
- Constant Field Values
NATIVE_AMERICAN
public static final byte NATIVE_AMERICAN
- See Also:
- Constant Field Values
CABARET
public static final byte CABARET
- See Also:
- Constant Field Values
NEW_WAVE
public static final byte NEW_WAVE
- See Also:
- Constant Field Values
PSYCHADELIC
public static final byte PSYCHADELIC
- See Also:
- Constant Field Values
RAVE
public static final byte RAVE
- See Also:
- Constant Field Values
SHOWTUNES
public static final byte SHOWTUNES
- See Also:
- Constant Field Values
TRAILER
public static final byte TRAILER
- See Also:
- Constant Field Values
LO_FI
public static final byte LO_FI
- See Also:
- Constant Field Values
TRIBAL
public static final byte TRIBAL
- See Also:
- Constant Field Values
ACID_PUNK
public static final byte ACID_PUNK
- See Also:
- Constant Field Values
ACID_JAZZ
public static final byte ACID_JAZZ
- See Also:
- Constant Field Values
POLKA
public static final byte POLKA
- See Also:
- Constant Field Values
RETRO
public static final byte RETRO
- See Also:
- Constant Field Values
MUSICAL
public static final byte MUSICAL
- See Also:
- Constant Field Values
ROCK_AND_ROLL
public static final byte ROCK_AND_ROLL
- See Also:
- Constant Field Values
HARD_ROCK
public static final byte HARD_ROCK
- See Also:
- Constant Field Values
MIN_GENRE
public static final byte MIN_GENRE
- See Also:
- Constant Field Values
MAX_GENRE
public static final byte MAX_GENRE
- See Also:
- Constant Field Values
toString
public static java.lang.String toString(byte genre)