public class FrameBodyTDOR extends AbstractFrameBodyTextInfo implements ID3v24FrameBody
The 'Original release time' frame contains a timestamp describing when the original recording of the audio was released. Timestamp format is described in the ID3v2 structure document.
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTDOR()
Creates a new FrameBodyTDOR datatype.
|
FrameBodyTDOR(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTDOR datatype.
|
FrameBodyTDOR(byte textEncoding,
String text)
Creates a new FrameBodyTDOR datatype.
|
FrameBodyTDOR(FrameBodyTDOR body) |
FrameBodyTDOR(FrameBodyTORY body)
When converting v3 TDAT to v4 TDRC frame
|
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 FrameBodyTDOR()
public FrameBodyTDOR(FrameBodyTDOR body)
public FrameBodyTDOR(FrameBodyTORY body)
body
- public FrameBodyTDOR(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTDOR(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.