Uses of Interface
com.tuneology.avm.mixer.MixerElement

Packages that use MixerElement
com.tuneology.avm.mixer An API to a sound card's mixer hardware. 
 

Uses of MixerElement in com.tuneology.avm.mixer
 

Subinterfaces of MixerElement in com.tuneology.avm.mixer
 interface MixerChannel
          This class represents a channel on an audio mixer.
 interface MixerSwitch
          This class represents a switch on an audio mixer.
 

Classes in com.tuneology.avm.mixer that implement MixerElement
 class NativeMixerChannel
          This class represents a channel on an audio mixer.
 class NativeMixerElement
          This abstract class represents an element, such as a channel or a switch, on an audio mixer.
 class NativeMixerSwitch
          This class represents a switch on an audio mixer.
 

Methods in com.tuneology.avm.mixer that return MixerElement
 MixerElement[] AudioMixer.getElements()
          Returns the elements (channels, switches) of the mixer.
 MixerElement[] NativeMixer.getElements()
          Returns the elements (channels, switches) of the mixer.
 

Constructors in com.tuneology.avm.mixer with parameters of type MixerElement
MixerEvent(AudioMixer m, MixerElement chnl, int mask)