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