public class AudioProcessingEvent extends Event
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<AudioBuffer> |
inputBuffer |
Objs.Property<AudioBuffer> |
outputBuffer |
Objs.Property<Number> |
playbackTime |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
AudioProcessingEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static AudioProcessingEvent |
$as(Object obj) |
AudioBuffer |
inputBuffer() |
AudioBuffer |
outputBuffer() |
Number |
playbackTime() |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$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<AudioBuffer> inputBuffer
public Objs.Property<AudioBuffer> outputBuffer
public Objs.Property<Number> playbackTime
protected AudioProcessingEvent(Objs.Constructor<?> c, Object js)
public static AudioProcessingEvent $as(Object obj)
public AudioBuffer inputBuffer()
public AudioBuffer outputBuffer()
public Number playbackTime()
Copyright © 2018. All rights reserved.