Package org.apache.tika.parser.mp3
Class ID3v24Handler
java.lang.Object
org.apache.tika.parser.mp3.ID3v24Handler
- All Implemented Interfaces:
- ID3Tags
This is used to parse ID3 Version 2.4 Tag information from an MP3 file,
 if available.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.tika.parser.mp3.ID3TagsID3Tags.ID3Comment
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAlbum()The Artist for the overall album / compilation of albumsThe Artist for the trackRetrieves the comments, if any.getDisc()The number of the disc this belongs to, within the setgetGenre()booleanDoes the file contain this kind of tags?getTitle()The number of the track within the album / recordinggetYear()
- 
Constructor Details- 
ID3v24Handler- Throws:
- IOException
- SAXException
- TikaException
 
 
- 
- 
Method Details- 
getTagsPresentpublic boolean getTagsPresent()Description copied from interface:ID3TagsDoes the file contain this kind of tags?- Specified by:
- getTagsPresentin interface- ID3Tags
 
- 
getTitle
- 
getArtistDescription copied from interface:ID3TagsThe Artist for the track
- 
getAlbum
- 
getYear
- 
getComposer- Specified by:
- getComposerin interface- ID3Tags
 
- 
getCommentsDescription copied from interface:ID3TagsRetrieves the comments, if any. Files may have more than one comment, but normally only one with any language/description pair.- Specified by:
- getCommentsin interface- ID3Tags
 
- 
getGenre
- 
getTrackNumberDescription copied from interface:ID3TagsThe number of the track within the album / recording- Specified by:
- getTrackNumberin interface- ID3Tags
 
- 
getAlbumArtistDescription copied from interface:ID3TagsThe Artist for the overall album / compilation of albums- Specified by:
- getAlbumArtistin interface- ID3Tags
 
- 
getDiscDescription copied from interface:ID3TagsThe number of the disc this belongs to, within the set
- 
getCompilation- Specified by:
- getCompilationin interface- ID3Tags
 
 
-