@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ConvolverOptions")
public static interface ConvolverOptions.Builder
extends ConvolverOptions
ConvolverOptions.Builder| Modifier and Type | Method and Description |
|---|---|
default ConvolverOptions.Builder |
buffer(AudioBuffer buffer) |
default ConvolverOptions.Builder |
channelCount(int channelCount) |
default ConvolverOptions.Builder |
channelCountMode(java.lang.String channelCountMode) |
default ConvolverOptions.Builder |
channelInterpretation(java.lang.String channelInterpretation) |
default ConvolverOptions.Builder |
disableNormalization(boolean disableNormalization) |
buffer, create, disableNormalization, setBuffer, setDisableNormalizationchannelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull default ConvolverOptions.Builder buffer(@Nullable AudioBuffer buffer)
@JsOverlay @Nonnull default ConvolverOptions.Builder disableNormalization(boolean disableNormalization)
@JsOverlay @Nonnull default ConvolverOptions.Builder channelCount(int channelCount)
@JsOverlay @Nonnull default ConvolverOptions.Builder channelCountMode(@ChannelCountMode @Nonnull java.lang.String channelCountMode)
@JsOverlay @Nonnull default ConvolverOptions.Builder channelInterpretation(@ChannelInterpretation @Nonnull java.lang.String channelInterpretation)