FrameBodyTALBpublic class FrameBodyTALB extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyAlbum/Movie/Show title Text information frame.
The 'Album/Movie/Show title' frame is intended for the title of the recording(/source of sound) which the audio in the file is taken from.
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTALB()Creates a new FrameBodyTALB datatype.
| public FrameBodyTALB(FrameBodyTALB body)
super(body);
| public FrameBodyTALB(byte textEncoding, String text)Creates a new FrameBodyTALB datatype.
super(textEncoding, text);
| public FrameBodyTALB(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTALB datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_ALBUM;
|
|