public class OscillatorNode extends AudioNode
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<AudioParam> |
detune |
net.java.html.lib.Objs.Property<AudioParam> |
frequency |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> |
onended |
net.java.html.lib.Objs.Property<String> |
type |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs| Modifier | Constructor and Description |
|---|---|
protected |
OscillatorNode(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static OscillatorNode |
$as(Object obj) |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(Void type,
net.java.html.lib.Function.A1<? super Event,? extends Object> listener) |
void |
addEventListener(Void type,
net.java.html.lib.Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
AudioParam |
detune() |
AudioParam |
frequency() |
net.java.html.lib.Function.A1<? super Event,? extends Object> |
onended() |
void |
setPeriodicWave(PeriodicWave periodicWave) |
void |
start() |
void |
start(double when) |
void |
stop() |
void |
stop(double when) |
String |
type() |
connect, connect, connect, context, disconnect, disconnect, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputsdispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<AudioParam> detune
public net.java.html.lib.Objs.Property<AudioParam> frequency
public net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super Event,? extends Object>> onended
public net.java.html.lib.Objs.Property<String> type
protected OscillatorNode(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static OscillatorNode $as(Object obj)
public AudioParam detune()
public AudioParam frequency()
public String type()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListener listener)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener)
addEventListener in class EventTargetpublic void addEventListener(Void type, net.java.html.lib.Function.A1<? super Event,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, net.java.html.lib.Function.A1<? super Event,? extends Object> listener)
public void setPeriodicWave(PeriodicWave periodicWave)
public void start(double when)
public void start()
public void stop(double when)
public void stop()
Copyright © 2021. All rights reserved.