public class OscillatorNode extends AudioNode
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<AudioParam> |
detune |
Objs.Property<AudioParam> |
frequency |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onended |
Objs.Property<String> |
type |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs
Modifier | Constructor and Description |
---|---|
protected |
OscillatorNode(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,
Function.A1<? super Event,? extends Object> listener) |
void |
addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
AudioParam |
detune() |
AudioParam |
frequency() |
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, numberOfOutputs
dispatchEvent, 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, valueOf
public Objs.Property<AudioParam> detune
public Objs.Property<AudioParam> frequency
public Objs.Property<Function.A1<? super Event,? extends Object>> onended
public Objs.Property<String> type
protected OscillatorNode(Objs.Constructor<?> c, Object js)
public static OscillatorNode $as(Object obj)
public AudioParam detune()
public AudioParam frequency()
public Function.A1<? super Event,? extends Object> onended()
public String type()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget
public void addEventListener(Void type, Function.A1<? super Event,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, 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 © 2018. All rights reserved.