|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SettingControl
The interface SettingControl.java provieds all methods for getting the parameters.
Method Summary | |
---|---|
AbstractAnalyser |
getAnalyser(javax.sound.sampled.AudioFormat format)
returns the defined analyser. |
int |
getAnalyserType()
returns the analyser type. |
int |
getAttackTimeInMilis()
returns the attacktime in milisecond. |
float |
getCompression()
returns the compressionrate for the compressor. |
int |
getDistanceChannels()
returns the number of target channels for the distancemixer. |
float |
getDurationInSeconds()
time a track is played before change in seconds. |
float |
getFadeTimeInSeconds()
time it takes for the crossfade of two tracks in seconds. |
float |
getMasterFadeInInSeconds()
returns the master fadeIn duration in seconds. |
int |
getMasterVolume()
returns the master volume. |
AbstractMUX |
getMultiplexer(IAudioFileCollection list)
returns the defined mux. |
int |
getMuxType()
returns the mux type. |
INormalizer |
getNormalizer(IAudioFileCollection collection)
returns the defined Normalizer. |
int |
getReleaseTimeInMilis()
returns the releasetime in miliseconds. |
int |
getTargetChannelNO()
returns the number of channels for the sequence dynamic mux. |
boolean |
getThreadLoading()
returns true when threadloading is enabled. |
int |
getThreadNO()
returns the number of parallel analysed tracks when threadLoading is enabled. |
int |
getVolume()
returns the volume. |
Method Detail |
---|
INormalizer getNormalizer(IAudioFileCollection collection)
collection
-
AbstractMUX getMultiplexer(IAudioFileCollection list)
list
-
AbstractAnalyser getAnalyser(javax.sound.sampled.AudioFormat format)
format
-
float getDurationInSeconds()
float getFadeTimeInSeconds()
int getVolume()
int getMasterVolume()
float getMasterFadeInInSeconds()
int getTargetChannelNO()
int getDistanceChannels()
float getCompression()
int getAttackTimeInMilis()
int getReleaseTimeInMilis()
int getMuxType()
int getAnalyserType()
boolean getThreadLoading()
int getThreadNO()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |