public class ID3v23Handler extends Object implements ID3Tags
ID3Tags.ID3Comment| Constructor and Description | 
|---|
| ID3v23Handler(ID3v2Frame frame) | 
| 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() | 
public ID3v23Handler(ID3v2Frame frame) throws IOException, SAXException, TikaException
IOExceptionSAXExceptionTikaExceptionpublic boolean getTagsPresent()
ID3TagsgetTagsPresent in interface ID3Tagspublic String getArtist()
ID3Tagspublic String getComposer()
getComposer in interface ID3Tagspublic List<ID3Tags.ID3Comment> getComments()
ID3TagsgetComments in interface ID3Tagspublic String getTrackNumber()
ID3TagsgetTrackNumber in interface ID3Tagspublic String getAlbumArtist()
ID3TagsgetAlbumArtist in interface ID3Tagspublic String getDisc()
ID3Tagspublic String getCompilation()
getCompilation in interface ID3TagsCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.