public class FrameBodyTRDA extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Recording dates' frame is a intended to be used as complement to the "TYER", "TDAT" and "TIME" frames. E.g. "4th-7th June, 12th June" in combination with the "TYER" frame.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTRDA()
Creates a new FrameBodyTRDA datatype.
|
FrameBodyTRDA(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTRDA datatype.
|
FrameBodyTRDA(byte textEncoding,
String text)
Creates a new FrameBodyTRDA datatype.
|
FrameBodyTRDA(FrameBodyTRDA 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 FrameBodyTRDA()
public FrameBodyTRDA(FrameBodyTRDA body)
public FrameBodyTRDA(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTRDA(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.