@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<window>",
name="$wnd")
public final class AudioWorkletGlobal
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
currentFrame() |
static double |
currentTime() |
static boolean |
hasOwnProperty(java.lang.String prop)
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
|
static boolean |
hasOwnProperty(Symbol prop)
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
|
static boolean |
isPrototypeOf(JsObject obj)
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
|
static boolean |
propertyIsEnumerable(java.lang.String prop)
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
|
static 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.
|
static float |
sampleRate() |
static @JsNonNull java.lang.String |
toString_()
The toString() method returns a string representing the object.
|
static @JsNullable jsinterop.base.Any |
valueOf_()
The valueOf() method returns the primitive value of the specified object.
|
@JsProperty(name="currentFrame") public static int currentFrame()
@JsProperty(name="currentTime") public static double currentTime()
@JsProperty(name="sampleRate") public static float sampleRate()
public static void registerProcessor(@Nonnull
java.lang.String name,
@Nonnull
AudioWorkletProcessorConstructor processorCtor)
public static boolean hasOwnProperty(@Nonnull
Symbol prop)
public static boolean hasOwnProperty(@Nonnull
java.lang.String prop)
public static boolean propertyIsEnumerable(@Nonnull
java.lang.String prop)
public static boolean isPrototypeOf(@Nonnull
JsObject obj)
@JsMethod(name="valueOf") public static @JsNullable jsinterop.base.Any valueOf_()
@JsMethod(name="toString") public static @JsNonNull java.lang.String toString_()