public class CookedIoctlMidLevel extends java.lang.Object implements CddaMidLevel
FRAME_SIZE| Constructor and Description |
|---|
CookedIoctlMidLevel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultDevice()
Gives the default drive.
|
java.util.Iterator |
getDevices()
Gives the available CDROM devices.
|
java.io.InputStream |
getTocAsXml(java.lang.String strDevice) |
AudioInputStream |
getTrack(java.lang.String strDevice,
int nTrack) |
public java.util.Iterator getDevices()
CddaMidLevelgetDevices in interface CddaMidLevelpublic java.lang.String getDefaultDevice()
CddaMidLevelgetDefaultDevice in interface CddaMidLevelpublic java.io.InputStream getTocAsXml(java.lang.String strDevice)
throws java.io.IOException
getTocAsXml in interface CddaMidLeveljava.io.IOExceptionpublic AudioInputStream getTrack(java.lang.String strDevice, int nTrack) throws java.io.IOException
getTrack in interface CddaMidLeveljava.io.IOException