public class FrameBodyTIT3 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
The 'Subtitle/Description refinement' frame is used for information directly related to the contents title (e.g. "Op. 16" or "Performed live at Wembley").
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTIT3()
Creates a new FrameBodyTIT3 datatype.
|
FrameBodyTIT3(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTIT3 datatype.
|
FrameBodyTIT3(byte textEncoding,
String text)
Creates a new FrameBodyTIT3 datatype.
|
FrameBodyTIT3(FrameBodyTIT3 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 FrameBodyTIT3()
public FrameBodyTIT3(FrameBodyTIT3 body)
public FrameBodyTIT3(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTIT3(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.