A B C D E F G H I J K L M N O P Q R S T U V W

E

Effectable - Interface in ddf.minim
An Effectable object is simply one that can have AudioEffects attached to it.
effectCount() - Method in class ddf.minim.AudioSource
 
effectCount() - Method in interface ddf.minim.Effectable
Returns the number of effects in the chain.
effects() - Method in class ddf.minim.AudioSource
 
effects() - Method in interface ddf.minim.Effectable
Enables all effects currently attached to this.
EffectsChain - Class in ddf.minim
An EffectsChain is a list of AudioEffects that gives you the ability to enable and disable effects, as you would in a typical DAW.
EffectsChain() - Constructor for class ddf.minim.EffectsChain
Constructs an empty EffectsChain.
enable(int) - Method in class ddf.minim.EffectsChain
Enables the ith effect in the chain.
enable(AudioEffect) - Method in class ddf.minim.EffectsChain
Enables e if it is in the chain.
enable(int) - Method in class ddf.minim.SignalChain
Enables the ith effect in the chain.
enable(AudioSignal) - Method in class ddf.minim.SignalChain
Enables signal if it is in the chain.
enableAll() - Method in class ddf.minim.EffectsChain
Enables all effects in the chain.
enableAll() - Method in class ddf.minim.SignalChain
Enables all signals in the chain.
enableEffect(int) - Method in class ddf.minim.AudioSource
 
enableEffect(AudioEffect) - Method in class ddf.minim.AudioSource
 
enableEffect(int) - Method in interface ddf.minim.Effectable
Enables the ith effect in the effect chain.
enableEffect(AudioEffect) - Method in interface ddf.minim.Effectable
Enables effect if it is in the chain.
enableSignal(int) - Method in class ddf.minim.AudioOutput
 
enableSignal(AudioSignal) - Method in class ddf.minim.AudioOutput
 
enableSignal(int) - Method in interface ddf.minim.Polyphonic
Enables the ith signal in the signal chain.
enableSignal(AudioSignal) - Method in interface ddf.minim.Polyphonic
Enables signal if it is in the chain.
encoded() - Method in class ddf.minim.AudioMetaData
 
endRecord() - Method in class ddf.minim.AudioRecorder
Halts the recording of audio from the current record source.
endRecord() - Method in interface ddf.minim.spi.SampleRecorder
Halts recording.
error(String) - Static method in class ddf.minim.Minim
Used internally to report error messages.

A B C D E F G H I J K L M N O P Q R S T U V W