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

Packages that use MixerChannel
com.tuneology.avm.mixer An API to a sound card's mixer hardware. 
com.tuneology.avm.player An API for playing audio and video files. 
 

Uses of MixerChannel in com.tuneology.avm.mixer
 

Classes in com.tuneology.avm.mixer that implement MixerChannel
 class NativeMixerChannel
          This class represents a channel on an audio mixer.
 

Methods in com.tuneology.avm.mixer that return MixerChannel
 MixerChannel AudioMixer.getPcmChannel()
           
 MixerChannel AudioMixer.getMasterChannel()
           
 MixerChannel NativeMixer.getPcmChannel()
           
 MixerChannel NativeMixer.getMasterChannel()
           
 

Uses of MixerChannel in com.tuneology.avm.player
 

Fields in com.tuneology.avm.player declared as MixerChannel
protected  MixerChannel LocalPlayer.mixerChannel