|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.audio.norm.NoNormalizer
public class NoNormalizer
The class NoNormalizer.java does nothing than returning the same value which was passed.
Constructor Summary | |
---|---|
NoNormalizer()
|
Method Summary | |
---|---|
INormalizer |
clone()
returns a clone of the current instance. |
int |
normalizeSample(int sample,
AudioFile file,
IAudioFileCollection list)
returns the normalized samplevalue |
void |
setAudioFormat(javax.sound.sampled.AudioFormat format)
sets the audioformat |
void |
update(int id,
java.lang.Object value)
updates the modifyable parameters of the normalizer instance in runtime. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoNormalizer()
Method Detail |
---|
public int normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
INormalizer
normalizeSample
in interface INormalizer
public void setAudioFormat(javax.sound.sampled.AudioFormat format)
INormalizer
setAudioFormat
in interface INormalizer
public INormalizer clone()
INormalizer
clone
in interface INormalizer
clone
in class java.lang.Object
public void update(int id, java.lang.Object value)
INormalizer
update
in interface INormalizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |