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