org.jaudiotagger.tag.id3.valuepair
Class SynchronisedLyricsContentType

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.AbstractValuePair
      extended by org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
          extended by org.jaudiotagger.tag.id3.valuepair.SynchronisedLyricsContentType

public class SynchronisedLyricsContentType
extends AbstractIntStringValuePair

Content Type used by Sysnchronised Lyrics Frame (SYLT)


Field Summary
static int CONTENT_KEY_FIELD_SIZE
           
 
Method Summary
static SynchronisedLyricsContentType getInstanceOf()
           
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
getIdForValue, getValueForId
 
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_KEY_FIELD_SIZE

public static final int CONTENT_KEY_FIELD_SIZE
See Also:
Constant Field Values
Method Detail

getInstanceOf

public static SynchronisedLyricsContentType getInstanceOf()