|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrameBody
org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
org.jaudiotagger.tag.id3.framebody.FrameBodyTIME
public class FrameBodyTIME
Time Text information frame.
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:
Field Summary |
---|
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem |
---|
logger |
Constructor Summary | |
---|---|
FrameBodyTIME()
Creates a new FrameBodyTIME datatype. |
|
FrameBodyTIME(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTIME datatype. |
|
FrameBodyTIME(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTIME datatype. |
|
FrameBodyTIME(FrameBodyTIME body)
|
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
The ID3v2 frame identifier |
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo |
---|
addTextValue, getFirstTextValue, getNumberOfValues, getText, getValueAtIndex, setText, write |
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody |
---|
createStructure, equals, getSize, read, setSize, setSize |
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody |
---|
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FrameBodyTIME()
public FrameBodyTIME(FrameBodyTIME body)
public FrameBodyTIME(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTIME(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
InvalidTagException
Method Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |