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