Uses of Class
org.blinkenlights.jid3.v2.POSSID3V2Frame.TimestampFormat

Packages that use POSSID3V2Frame.TimestampFormat
org.blinkenlights.jid3.v2   
 

Uses of POSSID3V2Frame.TimestampFormat in org.blinkenlights.jid3.v2
 

Fields in org.blinkenlights.jid3.v2 declared as POSSID3V2Frame.TimestampFormat
static POSSID3V2Frame.TimestampFormat POSSID3V2Frame.TimestampFormat.ABSOLUTE_MPEG_FRAMES
          Timestamp format indicating that timestamps are measured in MPEG frames from the start of the file.
static POSSID3V2Frame.TimestampFormat POSSID3V2Frame.TimestampFormat.ABSOLUTE_MILLISECONDS
          Timestamp format indicating that timestamps are measured in milliseconds from the start of the file.
 

Methods in org.blinkenlights.jid3.v2 that return POSSID3V2Frame.TimestampFormat
 POSSID3V2Frame.TimestampFormat POSSID3V2Frame.getTimestampFormat()
          Get the timestamp format.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type POSSID3V2Frame.TimestampFormat
 void POSSID3V2Frame.setPositionSynchronizationValue(POSSID3V2Frame.TimestampFormat oTimestampFormat, int iPosition)
          Set position synchronization values for this frame.
 

Constructors in org.blinkenlights.jid3.v2 with parameters of type POSSID3V2Frame.TimestampFormat
POSSID3V2Frame(POSSID3V2Frame.TimestampFormat oTimestampFormat, int iPosition)
          Creates a new instance of POSSID3V2Frame.