FrameBodyTCOMpublic class FrameBodyTCOM extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyComposer Text information frame.
The 'Composer(s)' frame is intended for the name of the composer(s). They are seperated with the "/" character.
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTCOM()Creates a new FrameBodyTCOM datatype.
| public FrameBodyTCOM(FrameBodyTCOM body)
super(body);
| public FrameBodyTCOM(byte textEncoding, String text)Creates a new FrameBodyTCOM datatype.
super(textEncoding, text);
| public FrameBodyTCOM(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTCOM datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_COMPOSER;
|
|