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

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

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

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

Methods in org.blinkenlights.jid3.v2 with parameters of type SYLTID3V2Frame.TimestampFormat
 void SYLTID3V2Frame.setTimestampFormat(SYLTID3V2Frame.TimestampFormat oTimestampFormat)
          Set the timestamp format used.
 

Constructors in org.blinkenlights.jid3.v2 with parameters of type SYLTID3V2Frame.TimestampFormat
SYLTID3V2Frame(java.lang.String sLanguage, SYLTID3V2Frame.TimestampFormat oTimestampFormat, SYLTID3V2Frame.ContentType oContentType, java.lang.String sContentDescriptor)
          Creates a new instance of SYLTID3V2Frame.