Uses of Class
com.tuneology.avm.DiscInfo

Packages that use DiscInfo
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. 
com.tuneology.avm.drive An API for accessing disc drives. 
 

Uses of DiscInfo in com.tuneology.avm
 

Methods in com.tuneology.avm that return DiscInfo
 DiscInfo DiscInfo.copy()
           
 

Methods in com.tuneology.avm with parameters of type DiscInfo
static long InfoReader.calculateSize(DiscInfo info, FormatPrefs prefs)
          Returns the size that the album will have after it has been converted according to the specified preferences.
 void FreeDb.get(java.lang.String categStr, DiscInfo ent)
          Fills in information about the album, given its discid key,
static java.lang.String FreeDb.getSepChar(DiscInfo tracks)
          Returns a good guess for the character that separates the artist from the title in the information received from freedb regarding multi-artist CDs.
 

Constructors in com.tuneology.avm with parameters of type DiscInfo
TocEntry(DiscInfo i)
           
 

Uses of DiscInfo in com.tuneology.avm.burner
 

Methods in com.tuneology.avm.burner with parameters of type DiscInfo
 void ShellBurner.burnSession(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo info, java.io.File tempDir, ProgressListener pm)
          Burns a session on a CD-R.
protected abstract  java.util.ArrayList ShellBurner.getSessionCmd(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo cdText, java.io.File tempDir)
           
protected  java.util.ArrayList HdiutilBurner.getSessionCmd(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo info, java.io.File tempDir)
          Generates the shell command used to write a session on the disc.
protected  java.util.ArrayList CdrdaoBurner.getSessionCmd(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo info, java.io.File tempDir)
           
protected  java.util.ArrayList CdrecordBurner.getSessionCmd(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo info, java.io.File tempDir)
          Generates the shell command used to write a session on the disc.
 void Burner.burnSession(int speed, int mode, boolean multi, java.lang.String mcn, java.lang.String[] tracks, boolean[] types, DiscInfo info, java.io.File tempDir, ProgressListener pm)
          Burns a session to the media.
 

Uses of DiscInfo in com.tuneology.avm.drive
 

Fields in com.tuneology.avm.drive declared as DiscInfo
protected  DiscInfo CDDrive.curInfo
          current disc info - set by native code
 

Methods in com.tuneology.avm.drive that return DiscInfo
 DiscInfo CDDrive.getDiscInfo()
          Returns the current state of the drive and full information about a CD, if present.