|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.avm.drive.Drive | +--com.tuneology.avm.drive.CDDrive | +--com.tuneology.avm.drive.CDRDrive
An interface to a CD-R drive.
Fields inherited from class com.tuneology.avm.drive.Drive |
ent, refNum, TYPE_CDR, TYPE_CDROM, TYPE_CDRW, TYPE_DVD, TYPE_DVDR, TYPE_DVDRAM, TYPE_EJECTABLE, TYPE_FIXEDDISC, TYPE_FLOPPY, TYPE_LOADABLE, TYPE_LOOPBACK, TYPE_NETWORK, TYPE_OTHER, TYPE_REMOVABLE |
Method Summary | |
AtipInfo |
getAtipInfo()
Returns the ATIP info from the disc. |
Burner |
getBurner()
Returns the current burner. |
static int |
getBurnerCapabilities(java.lang.Class burner)
Returns the capabilities of the burner. |
static java.lang.String |
getBurnerDescription(java.lang.Class burner)
Returns the description of the burner. |
static java.lang.Class[] |
getBurners()
Returns an array of burner classes. |
java.lang.Integer[] |
getDriveWriteSpeeds()
Returns the write speeds of the drive. |
static java.lang.String |
getVersions()
Returns the version numbers of the programs used. |
void |
setBurner(java.lang.Class b)
Sets which burning program to use. |
Methods inherited from class com.tuneology.avm.drive.CDDrive |
addChangeListener, createImage, doUpdate, getAudioRipper, getAudioRippers, getCdrdaoCmd, getCdrdaoDriver, getCdrdaoDrivers, getCdrecordCmd, getDataRipper, getDataRippers, getDefaultCdrdaoDriver, getDevCdrecordCmd, getDevice, getDiscInfo, getDriveReadSpeed, getGenericDev, getMountPoints, getPlayer, getRipperDescription, isLoaded, readCapabilities, removeChangeListener, ripTrack, setAudioRipper, setCdrdaoCmd, setCdrdaoDriver, setCdrecordCmd, setDataRipper, setPlayer, startUpdate, stopUpdate, touch |
Methods inherited from class com.tuneology.avm.drive.Drive |
findDriveByDevice, findDriveByScsiId, findMountPointByDevice, getDefaultCDROM, getDisktoolCmd, getDrive, getDriveList, getDriveType, getDriveType, getEntry, getHdiutilCmd, getManufacturer, getModel, getMountPoint, getNameMax, getScsiId, getScsiId, getVersion, isCDR, isCdrom, setDiscFreeCmd, setDisktoolCmd, setFstabPath, setHdiutilCmd, setMountCmd, setUmountCmd |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Integer[] getDriveWriteSpeeds()
public AtipInfo getAtipInfo() throws java.lang.Exception
java.lang.Exception
- public static java.lang.String getVersions()
public static java.lang.Class[] getBurners()
public Burner getBurner()
public void setBurner(java.lang.Class b) throws java.lang.Exception
burner
- java.lang.Exception
- if the class is not a valid burner.public static java.lang.String getBurnerDescription(java.lang.Class burner)
public static int getBurnerCapabilities(java.lang.Class burner) throws java.lang.Exception
java.lang.Exception
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |