@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface OscillatorOptions
extends AudioNodeOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OscillatorOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
float |
detune() |
float |
frequency() |
static OscillatorOptions.Builder |
of() |
PeriodicWave |
periodicWave() |
void |
setDetune(float detune) |
void |
setFrequency(float frequency) |
void |
setPeriodicWave(@JsNonNull PeriodicWave periodicWave) |
void |
setType(@JsNonNull java.lang.String type) |
java.lang.String |
type() |
channelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull static OscillatorOptions.Builder of()
of in interface AudioNodeOptions@JsProperty(name="detune") float detune()
@JsProperty void setDetune(float detune)
@JsProperty(name="frequency") float frequency()
@JsProperty void setFrequency(float frequency)
@JsProperty(name="periodicWave") PeriodicWave periodicWave()
@JsProperty void setPeriodicWave(@JsNonNull PeriodicWave periodicWave)
@JsProperty(name="type") @OscillatorType java.lang.String type()
@JsProperty void setType(@OscillatorType @JsNonNull java.lang.String type)