Uses of Class
com.tuneology.avm.TocEntry

Packages that use TocEntry
com.tuneology.avm Media information, user preferences, and native program execution. 
com.tuneology.avm.burner An API for writing and erasing data from CD-R(W) discs. 
 

Uses of TocEntry in com.tuneology.avm
 

Methods in com.tuneology.avm that return TocEntry
 TocEntry TocEntry.copy()
           
 TocEntry DiscInfo.getTocEntry(int i)
          the table of audio contents
 

Methods in com.tuneology.avm with parameters of type TocEntry
static long InfoReader.calculateSize(TocEntry ent, FormatPrefs prefs)
          Returns the size that the file will have after it has been converted according to the specified preferences.
static void InfoReader.readFileInfo(java.io.File f, TocEntry info)
          Reads header information from the specified file and fills in the supplied TocEntry object.
static void InfoReader.writeInfo(java.io.File f, TocEntry ent)
          Writes changed meta-info to the music file.
 boolean LyricsXP.get(TocEntry ent)
          Retrieves the lyrics for the song from www.lyricsxp.com
 boolean Lyrics.get(TocEntry ent)
          Retrieves the lyrics for the song from an external database.
 void DiscInfo.addTrack(TocEntry ent)
          Adds a new track to the album at the end, re-allocating the Toc and incrementing the total number of tracks.
 void DiscInfo.addTrack(TocEntry ent, int ind)
          Adds a new track to the album at the indicated position, re-allocating the Toc and incrementing the total number of tracks.
 void DiscInfo.moveUp(TocEntry ent)
          Swaps the track with the one previous to it.
 void DiscInfo.moveDown(TocEntry ent)
          Swaps the track with the one below it.
 void DiscInfo.deleteTrack(TocEntry ent)
          Deletes the indicated track.
static long AudioConverter.spaceRequired(TocEntry finfo, FormatPrefs prefs)
          returns the number of bytes of space required to store the specified file according to the specified preferences.
static java.lang.Process AudioConverter.convertStream(FormatPrefs iprefs, FormatPrefs oprefs, TocEntry finfo)
           
static java.io.File AudioConverter.convertFile(java.io.File dir, java.io.File src, FormatPrefs prefs, TocEntry finfo, ProgressListener pm, boolean isTemp, java.io.File tempDir)
          Converts a file from one format to another
 

Uses of TocEntry in com.tuneology.avm.burner
 

Methods in com.tuneology.avm.burner with parameters of type TocEntry
protected abstract  java.util.ArrayList ShellBurner.getStreamingCmd(int speed, int mode, boolean multi, java.lang.String mcn, boolean type, TocEntry cdText)
           
protected  java.util.ArrayList HdiutilBurner.getStreamingCmd(int speed, int mode, boolean multi, java.lang.String mcn, boolean type, TocEntry cdText)
          Generates the shell command for writing a data stream to a session on the disc.
protected  java.util.ArrayList CdrdaoBurner.getStreamingCmd(int speed, int mode, boolean multi, java.lang.String mcn, boolean type, TocEntry cdText)
           
protected  java.util.ArrayList CdrecordBurner.getStreamingCmd(int speed, int mode, boolean multi, java.lang.String mcn, boolean type, TocEntry cdText)
          Generates the shell command for writing a data stream to a session on the disc.