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