FrameBodyTPE2public class FrameBodyTPE2 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyBand/Orchestra/Accompaniment Text information frame.
The 'Band/Orchestra/Accompaniment' frame is used for additional information about the performers in the recording.
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTPE2()Creates a new FrameBodyTPE2 datatype.
| public FrameBodyTPE2(FrameBodyTPE2 body)
super(body);
| public FrameBodyTPE2(byte textEncoding, String text)Creates a new FrameBodyTPE2 datatype.
super(textEncoding, text);
| public FrameBodyTPE2(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTPE2 datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_ACCOMPANIMENT;
|
|