sound.chat
Class MixerContainer

java.lang.Object
  extended by sound.chat.MixerContainer

public final class MixerContainer
extends java.lang.Object


Method Summary
static MixerContainer getInstance()
           
 java.util.List<java.lang.String> getMixers(int d)
          if d==0 it is microphone.
 javax.sound.sampled.Mixer getSelMixer(int d)
           
 void init()
           
 void setSelMixer(int d, int index)
          set index in list returned in getMixers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MixerContainer getInstance()

getSelMixer

public javax.sound.sampled.Mixer getSelMixer(int d)

setSelMixer

public void setSelMixer(int d,
                        int index)
set index in list returned in getMixers


init

public void init()

getMixers

public java.util.List<java.lang.String> getMixers(int d)
if d==0 it is microphone.

Parameters:
d -
Returns: