|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INormalizer
The interface INormalizer.java is implemented by all instances which normalize audiotracks.
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. |
Method Detail |
---|
int normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
sample
- file
- list
-
void setAudioFormat(javax.sound.sampled.AudioFormat format)
format
- INormalizer clone()
void update(int id, java.lang.Object value)
id
- value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |