org.farng.mp3
Interface MP3MetadataItem

All Known Implementing Classes:
AbstractID3v2Frame, AbstractMP3Fragment, ID3v2_2Frame, ID3v2_3Frame, ID3v2_4Frame, Lyrics3v2Field

public interface MP3MetadataItem

API for MP3 metadta items (ID3 tags, Lyrics3 objects, etc).

Version:
$Revision: 3 $ $Date: 2008-12-27 08:09:28 +1300 (Sat, 27 Dec 2008) $
Author:
Matt Magoffin (spamsqr@msqr.us)

Method Summary
 MP3MetadataContainer getBody()
          Get the MP3MetadataContainer for this item.
 java.lang.String getIdentifier()
          ID string that usually corresponds to the class name, but can be displayed to the user.
 int getSize()
          Get the size of the item, in bytes.
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
ID string that usually corresponds to the class name, but can be displayed to the user. It is not intended to identify each individual instance.

Returns:
ID string

getSize

int getSize()
Get the size of the item, in bytes.

Returns:
size

getBody

MP3MetadataContainer getBody()
Get the MP3MetadataContainer for this item.

Returns:
the metadata container