uk.org.toot.audio.mixer
Interface MixVariables
- All Known Subinterfaces:
- MainMixVariables
- All Known Implementing Classes:
- MainMixControls, MixControls, PostFadeMixControls
public interface MixVariables
MixVariables defines a contract required for mixing to a Mixable.
getName
java.lang.String getName()
isEnabled
boolean isEnabled()
isMaster
boolean isMaster()
getGain
float getGain()
getChannelGains
void getChannelGains(float[] dest)
getChannelFormat
ChannelFormat getChannelFormat()
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.