public interface ID3Tags
Modifier and Type | Interface and Description |
---|---|
static class |
ID3Tags.ID3Comment
Represents a comments in ID3 (especially ID3 v2), where are
made up of several parts
|
Modifier and Type | Field and Description |
---|---|
static String[] |
GENRES
List of predefined genres.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlbum() |
String |
getAlbumArtist()
The Artist for the overall album / compilation of albums
|
String |
getArtist()
The Artist for the track
|
List<ID3Tags.ID3Comment> |
getComments()
Retrieves the comments, if any.
|
String |
getCompilation() |
String |
getComposer() |
String |
getDisc()
The number of the disc this belongs to, within the set
|
String |
getGenre() |
boolean |
getTagsPresent()
Does the file contain this kind of tags?
|
String |
getTitle() |
String |
getTrackNumber()
The number of the track within the album / recording
|
String |
getYear() |
static final String[] GENRES
boolean getTagsPresent()
String getTitle()
String getArtist()
String getAlbumArtist()
String getAlbum()
String getComposer()
String getCompilation()
List<ID3Tags.ID3Comment> getComments()
String getGenre()
String getYear()
String getTrackNumber()
String getDisc()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.