@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AudioWorkletGlobalScope")
public class AudioWorkletGlobalScope
extends WorkletGlobalScope
| Modifier | Constructor and Description |
|---|---|
protected |
AudioWorkletGlobalScope() |
| Modifier and Type | Method and Description |
|---|---|
int |
currentFrame() |
double |
currentTime() |
void |
registerProcessor(java.lang.String name,
AudioWorkletProcessorConstructor processorCtor)
The registerProcessor method of the AudioWorkletGlobalScope interface registers a class constructor derived from AudioWorkletProcessor interface under a specified name.
|
float |
sampleRate() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="currentFrame") public int currentFrame()
@JsProperty(name="currentTime") public double currentTime()
@JsProperty(name="sampleRate") public float sampleRate()
public void registerProcessor(@Nonnull
java.lang.String name,
@Nonnull
AudioWorkletProcessorConstructor processorCtor)