@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AnalyserOptions
extends AudioNodeOptions
| Modifier and Type | Method and Description |
|---|---|
default AnalyserOptions |
channelCount(int channelCount) |
default AnalyserOptions |
channelCountMode(java.lang.String channelCountMode) |
default AnalyserOptions |
channelInterpretation(java.lang.String channelInterpretation) |
static AnalyserOptions |
create() |
int |
fftSize() |
default AnalyserOptions |
fftSize(int fftSize) |
double |
maxDecibels() |
default AnalyserOptions |
maxDecibels(double maxDecibels) |
double |
minDecibels() |
default AnalyserOptions |
minDecibels(double minDecibels) |
void |
setFftSize(int fftSize) |
void |
setMaxDecibels(double maxDecibels) |
void |
setMinDecibels(double minDecibels) |
void |
setSmoothingTimeConstant(double smoothingTimeConstant) |
double |
smoothingTimeConstant() |
default AnalyserOptions |
smoothingTimeConstant(double smoothingTimeConstant) |
channelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull static AnalyserOptions create()
create in interface AudioNodeOptions@JsProperty(name="fftSize") int fftSize()
@JsProperty void setFftSize(int fftSize)
@JsOverlay @Nonnull default AnalyserOptions fftSize(int fftSize)
@JsProperty(name="maxDecibels") double maxDecibels()
@JsProperty void setMaxDecibels(double maxDecibels)
@JsOverlay @Nonnull default AnalyserOptions maxDecibels(double maxDecibels)
@JsProperty(name="minDecibels") double minDecibels()
@JsProperty void setMinDecibels(double minDecibels)
@JsOverlay @Nonnull default AnalyserOptions minDecibels(double minDecibels)
@JsProperty(name="smoothingTimeConstant") double smoothingTimeConstant()
@JsProperty void setSmoothingTimeConstant(double smoothingTimeConstant)
@JsOverlay @Nonnull default AnalyserOptions smoothingTimeConstant(double smoothingTimeConstant)
@JsOverlay @Nonnull default AnalyserOptions channelCount(int channelCount)
channelCount in interface AudioNodeOptions@JsOverlay @Nonnull default AnalyserOptions channelCountMode(@ChannelCountMode @Nonnull java.lang.String channelCountMode)
channelCountMode in interface AudioNodeOptions@JsOverlay @Nonnull default AnalyserOptions channelInterpretation(@ChannelInterpretation @Nonnull java.lang.String channelInterpretation)
channelInterpretation in interface AudioNodeOptions