public class ID3Genre extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GENRE_UNDEFINED |
| Constructor and Description |
|---|
ID3Genre(int genre) |
ID3Genre(String genre) |
| Modifier and Type | Method and Description |
|---|---|
static int |
genreCount() |
static String |
genreString(int genre) |
int |
getGenre() |
static String[] |
getGenres() |
void |
setGenre(int genre) |
String |
toString() |
public static final int GENRE_UNDEFINED
public ID3Genre(int genre)
public ID3Genre(String genre)
Copyright © 2014. All rights reserved.