AudioWorkletNodeOptions
Generated.swift:972class AudioWorkletNodeOptions
class AudioWorkletNodeOptions
import WebAudio
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(numberOfInputs: UInt32, numberOfOutputs: UInt32, outputChannelCount: [UInt32], parameterData: [String : Double], processorOptions: JSObject)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var numberOfInputs: UInt32 { get set }
@ReadWriteAttribute var numberOfOutputs: UInt32 { get set }
@ReadWriteAttribute var outputChannelCount: [UInt32] { get set }
@ReadWriteAttribute var parameterData: [String : Double] { get set }
@ReadWriteAttribute var processorOptions: JSObject { get set }