@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AudioNodeOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AudioNodeOptions.Builder
The AudioNode interface is a generic interface for representing an audio processing module.
|
| Modifier and Type | Method and Description |
|---|---|
int |
channelCount() |
java.lang.String |
channelCountMode() |
java.lang.String |
channelInterpretation() |
static AudioNodeOptions.Builder |
create() |
void |
setChannelCount(int channelCount) |
void |
setChannelCountMode(@JsNonNull java.lang.String channelCountMode) |
void |
setChannelInterpretation(@JsNonNull java.lang.String channelInterpretation) |
@JsOverlay @Nonnull static AudioNodeOptions.Builder create()
@JsProperty(name="channelCount") int channelCount()
@JsProperty void setChannelCount(int channelCount)
@JsProperty(name="channelCountMode") @ChannelCountMode java.lang.String channelCountMode()
@JsProperty void setChannelCountMode(@ChannelCountMode @JsNonNull java.lang.String channelCountMode)
@JsProperty(name="channelInterpretation") @ChannelInterpretation java.lang.String channelInterpretation()
@JsProperty void setChannelInterpretation(@ChannelInterpretation @JsNonNull java.lang.String channelInterpretation)