Type Aliasswiftwasm.webapikit 0.1.0WebAudio
AudioWorkletProcessCallback
Generated.swift:2229typealias AudioWorkletProcessCallback = ([[Float32Array]], [[Float32Array]], JSObject) -> Bool
typealias AudioWorkletProcessCallback = ([[Float32Array]], [[Float32Array]], JSObject) -> Bool
import WebAudio
typealias Float32Array = JSTypedArray<Float32>
@dynamicMemberLookup class JSObject
JSObject
represents an object in JavaScript and supports dynamic member lookup. Any member access like object.foo
will dynamically request the JavaScript and Swift runtime bridge library for a member with the specified name in this object.
@frozen struct Bool
A value type whose instances are either true
or false
.