public class FrameBodyTIT1 extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
The 'Content group description' frame is used if the sound belongs to a larger category of sounds/music. For example, classical music is often sorted in different musical sections (e.g. "Piano Concerto", "Weather - Hurricane").
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTIT1()
Creates a new FrameBodyTIT1 datatype.
|
FrameBodyTIT1(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTIT1 datatype.
|
FrameBodyTIT1(byte textEncoding,
String text)
Creates a new FrameBodyTIT1 datatype.
|
FrameBodyTIT1(FrameBodyTIT1 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 FrameBodyTIT1()
public FrameBodyTIT1(FrameBodyTIT1 body)
public FrameBodyTIT1(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTIT1(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.