FrameBodyTPE3public class FrameBodyTPE3 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyConductor Text information frame.
The 'Conductor' frame is used for the name of the conductor.
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTPE3()Creates a new FrameBodyTPE3 datatype.
| public FrameBodyTPE3(FrameBodyTPE3 body)
super(body);
| public FrameBodyTPE3(byte textEncoding, String text)Creates a new FrameBodyTPE3 datatype.
super(textEncoding, text);
| public FrameBodyTPE3(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTPE3 datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_CONDUCTOR;
|
|