ID3Tags.ID3Comment
Constructor and Description |
---|
ID3v24Handler(ID3v2Frame frame) |
Modifier and Type | Method and Description |
---|---|
String |
getAlbum() |
String |
getArtist() |
List<ID3Tags.ID3Comment> |
getComments()
Retrieves the comments, if any.
|
String |
getComposer() |
String |
getGenre() |
boolean |
getTagsPresent()
Does the file contain this kind of tags?
|
String |
getTitle() |
String |
getTrackNumber() |
String |
getYear() |
public ID3v24Handler(ID3v2Frame frame) throws IOException, SAXException, TikaException
IOException
SAXException
TikaException
public boolean getTagsPresent()
ID3Tags
getTagsPresent
in interface ID3Tags
public String getComposer()
getComposer
in interface ID3Tags
public List<ID3Tags.ID3Comment> getComments()
ID3Tags
getComments
in interface ID3Tags
public String getTrackNumber()
getTrackNumber
in interface ID3Tags
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.