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