Uses of Class
mckay.utilities.sound.sampled.AudioEventLineListener

Packages that use AudioEventLineListener
mckay.utilities.sound.sampled   
 

Uses of AudioEventLineListener in mckay.utilities.sound.sampled
 

Methods in mckay.utilities.sound.sampled with parameters of type AudioEventLineListener
static javax.sound.sampled.Mixer AudioMethodsGeneral.getMixer(int mixer_index, AudioEventLineListener listener)
          Returns the Mixer object with the specified index.
static javax.sound.sampled.SourceDataLine AudioMethodsGeneral.getSourceDataLine(javax.sound.sampled.AudioFormat audio_format, AudioEventLineListener listener)
          Gets a SourceDataLine that can be used for purposes such as writing directly to a speaker.
static javax.sound.sampled.TargetDataLine AudioMethodsGeneral.getTargetDataLine(javax.sound.sampled.AudioFormat audio_format, AudioEventLineListener listener)
          Returns a TargetDataLine that can be used for purposes such as recording from a mic.
static javax.sound.sampled.TargetDataLine AudioMethodsGeneral.getTargetDataLine(javax.sound.sampled.AudioFormat audio_format, javax.sound.sampled.Mixer mixer, AudioEventLineListener listener)
          Returns a TargetDataLine that can be used for purposes such as recording from a mic.