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.


Method Summary
 ChannelFormat getChannelFormat()
           
 void getChannelGains(float[] dest)
           
 float getGain()
           
 java.lang.String getName()
           
 boolean isEnabled()
           
 boolean isMaster()
           
 

Method Detail

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.