public static class Decoder.Params
extends java.lang.Object
implements java.lang.Cloneable
Params
class presents the customizable
aspects of the decoder.
Instances of this class are not thread safe.
Constructor and Description |
---|
Decoder.Params() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
Equalizer |
getInitialEqualizerSettings()
Retrieves the equalizer settings that the decoder's equalizer
will be initialized from.
|
OutputChannels |
getOutputChannels() |
void |
setOutputChannels(OutputChannels out) |
public java.lang.Object clone()
clone
in class java.lang.Object
public void setOutputChannels(OutputChannels out)
public OutputChannels getOutputChannels()
public Equalizer getInitialEqualizerSettings()
The Equalizer
instance returned
cannot be changed in real time to affect the
decoder output as it is used only to initialize the decoders
EQ settings. To affect the decoder's output in realtime,
use the Equalizer returned from the getEqualizer() method on
the decoder.
Equalizer
used to initialize the
EQ settings of the decoder.