|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SampleRecorder is an interface that describes the limited
set of functionality required of an object that records samples. It is
not required that the SampleRecorder records to disk, though
the implementations in Minim do so.
| Method Summary | |
void |
beginRecord()
Begins recording. |
void |
endRecord()
Halts recording. |
java.lang.String |
filePath()
Returns the full path to the file this is saving to, if it exists. |
boolean |
isRecording()
Returns the current record state. |
void |
save()
Saves the recorded samples, probably to disk. |
| Methods inherited from interface ddf.minim.AudioListener |
samples, samples |
| Method Detail |
public java.lang.String filePath()
String will be
returned.
public void beginRecord()
public void endRecord()
public boolean isRecording()
public void save()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||