Uses of Class
ddf.minim.AudioOutput

Packages that use AudioOutput
ddf.minim   
 

Uses of AudioOutput in ddf.minim
 

Methods in ddf.minim that return AudioOutput
 AudioOutput Minim.getLineOut()
          Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
 AudioOutput Minim.getLineOut(int type)
          Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
 AudioOutput Minim.getLineOut(int type, int bufferSize)
          Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
 AudioOutput Minim.getLineOut(int type, int bufferSize, float sampleRate)
          Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.
 AudioOutput Minim.getLineOut(int type, int bufferSize, float sampleRate, int bitDepth)
          Gets an AudioOutput, to which you can attach AudioSignals and AudioEffects.