public class ScriptProcessorNode extends AudioNode
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
bufferSize |
Objs.Property<Function.A1<? super AudioProcessingEvent,? extends Object>> |
onaudioprocess |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs
Modifier | Constructor and Description |
---|---|
protected |
ScriptProcessorNode(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ScriptProcessorNode |
$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 AudioProcessingEvent,? extends Object> listener) |
void |
addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener,
Boolean useCapture) |
Number |
bufferSize() |
Function.A1<? super AudioProcessingEvent,? extends Object> |
onaudioprocess() |
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<Number> bufferSize
public Objs.Property<Function.A1<? super AudioProcessingEvent,? extends Object>> onaudioprocess
protected ScriptProcessorNode(Objs.Constructor<?> c, Object js)
public static ScriptProcessorNode $as(Object obj)
public Number bufferSize()
public Function.A1<? super AudioProcessingEvent,? extends Object> onaudioprocess()
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 AudioProcessingEvent,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, Function.A1<? super AudioProcessingEvent,? extends Object> listener)
Copyright © 2018. All rights reserved.