|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.SYTCID3V2Frame.TimestampFormat
Timestamp format. The timestamp format is used to specify how offsets from the start of the the file are measured for events.
Field Summary | |
static SYTCID3V2Frame.TimestampFormat |
ABSOLUTE_MILLISECONDS
Timestamp format indicating that timestamps are measured in milliseconds from the start of the file. |
static SYTCID3V2Frame.TimestampFormat |
ABSOLUTE_MPEG_FRAMES
Timestamp format indicating that timestamps are measured in MPEG frames from the start of the file. |
Method Summary | |
boolean |
equals(java.lang.Object oOther)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SYTCID3V2Frame.TimestampFormat ABSOLUTE_MPEG_FRAMES
public static final SYTCID3V2Frame.TimestampFormat ABSOLUTE_MILLISECONDS
Method Detail |
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |