Package com.mpatric.mp3agic
Class ID3v1Genres
java.lang.Object
com.mpatric.mp3agic.ID3v1Genres
public final class ID3v1Genres extends Object
-
Field Summary
-
Method Summary
Modifier and Type Method Description static int
matchGenreDescription(String description)
Match provided description against genres, ignoring case.
-
Field Details
-
Method Details
-
matchGenreDescription
Match provided description against genres, ignoring case.- Parameters:
description
- genre description- Returns:
- matching genre index or -1
-