org.tritonus.saol.compiler
Class SAOLGlobals

java.lang.Object
  extended by org.tritonus.saol.compiler.SAOLGlobals

public class SAOLGlobals
extends java.lang.Object


Constructor Summary
SAOLGlobals()
           
 
Method Summary
 int getARate()
           
 int getInChannels()
           
 int getInterp()
           
 int getKRate()
           
 int getOutChannels()
           
 void setARate(int nARate)
           
 void setInChannels(int nInChannels)
           
 void setInterp(int nInterp)
           
 void setKRate(int nKRate)
           
 void setOutChannels(int nOutChannels)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAOLGlobals

public SAOLGlobals()
Method Detail

setARate

public void setARate(int nARate)

getARate

public int getARate()

setKRate

public void setKRate(int nKRate)

getKRate

public int getKRate()

setInChannels

public void setInChannels(int nInChannels)

getInChannels

public int getInChannels()

setOutChannels

public void setOutChannels(int nOutChannels)

getOutChannels

public int getOutChannels()

setInterp

public void setInterp(int nInterp)

getInterp

public int getInterp()