|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.atunes.kernel.modules.cdripper.cdda2wav.CdToWavConverter
public abstract class CdToWavConverter
Abstract class for Cdda2wav and Cdparanoia
| Field Summary | |
|---|---|
protected CDInfo |
cd
The cd. |
protected ProgressListener |
listener
The listener. |
protected NoCdListener |
noCdListener
The no cd listener. |
protected java.lang.Process |
process
The process. |
| Constructor Summary | |
|---|---|
CdToWavConverter()
|
|
| Method Summary | |
|---|---|
abstract boolean |
cdda2wav(int track,
java.io.File fileName)
|
static CdToWavConverter |
createNewConverterForOS()
creates a new CdToWavConverter-object. |
abstract CDInfo |
getCDInfo()
|
void |
notifyNoCd()
Sets no CD found so a dialog gets displayed. |
void |
setListener(ProgressListener listener)
Sets the listener. |
void |
setNoCdListener(NoCdListener noCdListener)
Sets the no cd listener. |
void |
stop()
Destroys the ripping process. |
static boolean |
testTool()
Tests if cdda2wav or icedax is present On Windows system cdda2wav is assumed present. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProgressListener listener
protected NoCdListener noCdListener
protected java.lang.Process process
protected CDInfo cd
| Constructor Detail |
|---|
public CdToWavConverter()
| Method Detail |
|---|
public static CdToWavConverter createNewConverterForOS()
public void notifyNoCd()
public void stop()
public static boolean testTool()
public abstract boolean cdda2wav(int track,
java.io.File fileName)
public abstract CDInfo getCDInfo()
public void setListener(ProgressListener listener)
listener - the new listenerpublic void setNoCdListener(NoCdListener noCdListener)
noCdListener - the new no cd listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||