Uses of Interface
com.sun.media.sound.ModelChannelMixer

Uses of ModelChannelMixer in com.sun.media.sound
 

Classes in com.sun.media.sound that implement ModelChannelMixer
 class ModelAbstractChannelMixer
          ModelAbstractChannelMixer is ready for use class to implement ModelChannelMixer interface.
 

Methods in com.sun.media.sound that return ModelChannelMixer
 ModelChannelMixer ModelMappedInstrument.getChannelMixer(javax.sound.midi.MidiChannel channel, javax.sound.sampled.AudioFormat format)
           
 ModelChannelMixer ModelInstrument.getChannelMixer(javax.sound.midi.MidiChannel channel, javax.sound.sampled.AudioFormat format)
           
 

Methods in com.sun.media.sound with parameters of type ModelChannelMixer
 void SoftMainMixer.registerMixer(ModelChannelMixer mixer)
           
 void SoftMainMixer.stopMixer(ModelChannelMixer mixer)