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()
CddaMidLevel
getDevices
in interface CddaMidLevel
public java.lang.String getDefaultDevice()
CddaMidLevel
getDefaultDevice
in interface CddaMidLevel
public java.io.InputStream getTocAsXml(java.lang.String strDevice) throws java.io.IOException
getTocAsXml
in interface CddaMidLevel
java.io.IOException
public AudioInputStream getTrack(java.lang.String strDevice, int nTrack) throws java.io.IOException
getTrack
in interface CddaMidLevel
java.io.IOException