FrameBodyTIT3public class FrameBodyTIT3 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodySubtitle/Description refinement Text information frame.
The 'Subtitle/Description refinement' frame is used for information directly related to the contents title (e.g. "Op. 16" or "Performed live at Wembley").
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTIT3()Creates a new FrameBodyTIT3 datatype.
| public FrameBodyTIT3(FrameBodyTIT3 body)
super(body);
| public FrameBodyTIT3(byte textEncoding, String text)Creates a new FrameBodyTIT3 datatype.
super(textEncoding, text);
| public FrameBodyTIT3(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTIT3 datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_TITLE_REFINEMENT;
|
|