org.jaudiotagger.tag.id3.framebody
Class FrameBodyTPE1

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTagFrameBody
          extended by org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
              extended by org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
                  extended by org.jaudiotagger.tag.id3.framebody.FrameBodyTPE1
All Implemented Interfaces:
ID3v23FrameBody, ID3v24FrameBody

public class FrameBodyTPE1
extends AbstractFrameBodyTextInfo
implements ID3v24FrameBody, ID3v23FrameBody

Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group Text information frame.

The 'Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group' is used for the main artist(s). They are seperated with the "/" character.

For more details, please refer to the ID3 specifications:

Version:
$Id: FrameBodyTPE1.java,v 1.13 2009/11/12 13:25:20 paultaylor Exp $
Author:
: Paul Taylor, : Eric Farng

Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
TYPE_BODY
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
objectList
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
FrameBodyTPE1()
          Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE1(java.nio.ByteBuffer byteBuffer, int frameSize)
          Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE1(byte textEncoding, java.lang.String text)
          Creates a new FrameBodyTPE1 datatype.
FrameBodyTPE1(FrameBodyTPE1 body)
           
 
Method Summary
 java.lang.String getIdentifier()
          The ID3v2 frame identifier
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
addTextValue, getFirstTextValue, getNumberOfValues, getText, getValueAtIndex, setText, setupObjectList, write
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
createStructure, equals, getSize, read, setSize, setSize
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameBodyTPE1

public FrameBodyTPE1()
Creates a new FrameBodyTPE1 datatype.


FrameBodyTPE1

public FrameBodyTPE1(FrameBodyTPE1 body)

FrameBodyTPE1

public FrameBodyTPE1(byte textEncoding,
                     java.lang.String text)
Creates a new FrameBodyTPE1 datatype.

Parameters:
textEncoding -
text -

FrameBodyTPE1

public FrameBodyTPE1(java.nio.ByteBuffer byteBuffer,
                     int frameSize)
              throws InvalidTagException
Creates a new FrameBodyTPE1 datatype.

Parameters:
byteBuffer -
frameSize -
Throws:
InvalidTagException
Method Detail

getIdentifier

public java.lang.String getIdentifier()
The ID3v2 frame identifier

Specified by:
getIdentifier in class AbstractID3v2FrameBody
Returns:
the ID3v2 frame identifier for this frame type