FrameBodyTIT2public class FrameBodyTIT2 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyTitle/Songname/Content description Text information frame.
The 'Title/Songname/Content description' frame is the actual name of the piece (e.g. "Adagio", "Hurricane Donna").
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTIT2()Creates a new FrameBodyTIT2 datatype.
| public FrameBodyTIT2(FrameBodyTIT2 body)
super(body);
| public FrameBodyTIT2(byte textEncoding, String text)Creates a new FrameBodyTIT2 datatype.
super(textEncoding, text);
| public FrameBodyTIT2(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTIT2 datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_TITLE;
|
|