com.wowza.wms.media.mp3.model.idtags
Class ID3V2FrameSynchronizedTextDescriptor

Object
  extended by com.wowza.wms.media.mp3.model.idtags.ID3V2FrameSynchronizedTextDescriptor

public class ID3V2FrameSynchronizedTextDescriptor
extends Object


Constructor Summary
ID3V2FrameSynchronizedTextDescriptor()
           
ID3V2FrameSynchronizedTextDescriptor(long timecode, String value)
           
 
Method Summary
 long getTimecode()
           
 String getValue()
           
 void setTimecode(long timecode)
           
 void setValue(String value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID3V2FrameSynchronizedTextDescriptor

public ID3V2FrameSynchronizedTextDescriptor()

ID3V2FrameSynchronizedTextDescriptor

public ID3V2FrameSynchronizedTextDescriptor(long timecode,
                                            String value)
Method Detail

getTimecode

public long getTimecode()

getValue

public String getValue()

setTimecode

public void setTimecode(long timecode)

setValue

public void setValue(String value)