public class FrameBodyTPE4 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
The 'Interpreted, remixed, or otherwise modified by' frame contains more information about the people behind a remix and similar interpretations of another existing piece.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTPE4()
Creates a new FrameBodyTPE4 datatype.
|
FrameBodyTPE4(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTPE4 datatype.
|
FrameBodyTPE4(byte textEncoding,
String text)
Creates a new FrameBodyTPE4 datatype.
|
FrameBodyTPE4(FrameBodyTPE4 body) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addTextValue, getFirstTextValue, getNumberOfValues, getText, getTextWithoutTrailingNulls, getUserFriendlyValue, getValueAtIndex, getValues, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyTPE4()
public FrameBodyTPE4(FrameBodyTPE4 body)
public FrameBodyTPE4(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTPE4(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- IOException
InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.