FrameBodyTPE1public class FrameBodyTPE1 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyLead 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:
|
Constructors Summary |
---|
public FrameBodyTPE1()Creates a new FrameBodyTPE1 datatype.
| public FrameBodyTPE1(FrameBodyTPE1 body)
super(body);
| public FrameBodyTPE1(byte textEncoding, String text)Creates a new FrameBodyTPE1 datatype.
super(textEncoding, text);
| public FrameBodyTPE1(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTPE1 datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_ARTIST;
|
|