public interface CddaMidLevel
Modifier and Type | Field and Description |
---|---|
static int |
FRAME_SIZE
Size of a cdda frame in bytes.
|
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) |
static final int FRAME_SIZE
java.util.Iterator getDevices()
java.lang.String getDefaultDevice()
java.io.InputStream getTocAsXml(java.lang.String strDevice) throws java.io.IOException
java.io.IOException
AudioInputStream getTrack(java.lang.String strDevice, int nTrack) throws java.io.IOException
java.io.IOException