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