|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RipStatus | |
com.tuneology.avm.drive | An API for accessing disc drives. |
com.tuneology.avm.ripper | Facilitates running external programs and libraries for the purpose of ripping audio and data tracks from CDs. |
Uses of RipStatus in com.tuneology.avm.drive |
Methods in com.tuneology.avm.drive with parameters of type RipStatus | |
java.io.InputStream |
CDDrive.ripTrack(int track,
int startIndex,
int len,
int bufsiz,
RipStatus stat)
Rips an audio track as a WAV file, or a data track as raw data, and returns a stream to it. |
Uses of RipStatus in com.tuneology.avm.ripper |
Methods in com.tuneology.avm.ripper with parameters of type RipStatus | |
protected abstract boolean |
ShellRipper.processLine(java.lang.String str,
RipStatus stat)
Extract useful information from the lines of text produced by the program as it runs. |
java.io.InputStream |
ShellRipper.ripTrack(int track,
int startIndex,
int len,
int bufsiz,
RipStatus stat)
Rips the track from the CD, returns a stream containing the WAV data. |
protected boolean |
ReadcdRipper.processLine(java.lang.String str,
RipStatus stat)
Extract useful information from the lines of text produced by the program as it runs. |
java.io.InputStream |
AkRipper.ripTrack(int track,
int startIndex,
int len,
int bufsiz,
RipStatus stat)
Starts ripping the specified audio track from the disc. |
java.io.InputStream |
Ripper.ripTrack(int track,
int startIndex,
int len,
int bufsiz,
RipStatus stat)
Returns a stream containing the data from the desired track. |
protected boolean |
CdparanoiaRipper.processLine(java.lang.String str,
RipStatus stat)
Extract useful information from the lines of text produced by cdparanoia as it runs. |
protected boolean |
Cdda2wavRipper.processLine(java.lang.String str,
RipStatus stat)
Extract useful information from the lines of text produced by cdda2wav as it runs. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |