public class FrameBodyTIME extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Time' frame is a numeric string in the HHMM format containing the time for the recording. This field is always four characters long.
Deprecated in v2.4.0
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTIME()
Creates a new FrameBodyTIME datatype.
|
FrameBodyTIME(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTIME datatype.
|
FrameBodyTIME(byte textEncoding,
String text)
Creates a new FrameBodyTIME datatype.
|
FrameBodyTIME(FrameBodyTIME body) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
boolean |
isHoursOnly() |
void |
setHoursOnly(boolean hoursOnly) |
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 FrameBodyTIME()
public FrameBodyTIME(FrameBodyTIME body)
public FrameBodyTIME(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTIME(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
public boolean isHoursOnly()
public void setHoursOnly(boolean hoursOnly)
Copyright © 2005–2020 jthink.net. All rights reserved.