public class AudioNode extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<AudioContext> |
context |
net.java.html.lib.Objs.Property<Number> |
channelCount |
net.java.html.lib.Objs.Property<String> |
channelCountMode |
net.java.html.lib.Objs.Property<String> |
channelInterpretation |
net.java.html.lib.Objs.Property<Number> |
numberOfInputs |
net.java.html.lib.Objs.Property<Number> |
numberOfOutputs |
| Modifier | Constructor and Description |
|---|---|
protected |
AudioNode(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static AudioNode |
$as(Object obj) |
void |
connect(AudioNode destination) |
void |
connect(AudioNode destination,
double output) |
void |
connect(AudioNode destination,
double output,
double input) |
AudioContext |
context() |
void |
disconnect() |
void |
disconnect(double output) |
Number |
channelCount() |
String |
channelCountMode() |
String |
channelInterpretation() |
Number |
numberOfInputs() |
Number |
numberOfOutputs() |
addEventListener, addEventListener, addEventListener, addEventListener, 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, valueOfpublic net.java.html.lib.Objs.Property<Number> channelCount
public net.java.html.lib.Objs.Property<String> channelCountMode
public net.java.html.lib.Objs.Property<String> channelInterpretation
public net.java.html.lib.Objs.Property<AudioContext> context
public net.java.html.lib.Objs.Property<Number> numberOfInputs
public net.java.html.lib.Objs.Property<Number> numberOfOutputs
protected AudioNode(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public Number channelCount()
public String channelCountMode()
public String channelInterpretation()
public AudioContext context()
public Number numberOfInputs()
public Number numberOfOutputs()
public void connect(AudioNode destination, double output, double input)
public void connect(AudioNode destination)
public void connect(AudioNode destination, double output)
public void disconnect(double output)
public void disconnect()
Copyright © 2021. All rights reserved.