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