Uses of Interface
ddf.minim.SampleRecorder

Packages that use SampleRecorder
ddf.minim   
 

Uses of SampleRecorder in ddf.minim
 

Methods in ddf.minim with parameters of type SampleRecorder
 void AudioRecorder.setSampleRecorder(SampleRecorder recorder)
          Sets the SampleRecorder for this recorder.
 

Constructors in ddf.minim with parameters of type SampleRecorder
AudioRecorder(Recordable recordSource, SampleRecorder recorder)
          Constructs an AudioRecorder that will use recorder to record recordSource.