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

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

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

Fields in org.blinkenlights.jid3.v2 declared as ETCOID3V2Frame.TimestampFormat
static ETCOID3V2Frame.TimestampFormat ETCOID3V2Frame.TimestampFormat.ABSOLUTE_MPEG_FRAMES
          Timestamp format indicating that timestamps are measured in MPEG frames from the start of the file.
static ETCOID3V2Frame.TimestampFormat ETCOID3V2Frame.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 ETCOID3V2Frame.TimestampFormat
 ETCOID3V2Frame.TimestampFormat ETCOID3V2Frame.getTimestampFormat()
          Get the set timestamp format.
 

Constructors in org.blinkenlights.jid3.v2 with parameters of type ETCOID3V2Frame.TimestampFormat
ETCOID3V2Frame(ETCOID3V2Frame.TimestampFormat oTimestampFormat)
          Constructor.