public class FrameBodyTDTG extends AbstractFrameBodyTextInfo implements ID3v24FrameBody
The 'Tagging time' frame contains a timestamp describing then the audio was tagged. Timestamp format is described in the ID3v2 structure document
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTDTG()
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(byte textEncoding,
String text)
Creates a new FrameBodyTDTG datatype.
|
FrameBodyTDTG(FrameBodyTDTG body) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Return the ID3v2 Frame Identifier, must be implemented by concrete subclasses
|
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 FrameBodyTDTG()
public FrameBodyTDTG(FrameBodyTDTG body)
public FrameBodyTDTG(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTDTG(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- IOException
InvalidTagException
public String getIdentifier()
AbstractID3v2FrameBody
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.