AudioNodeOptions
Generated.swift:560class AudioNodeOptions
class AudioNodeOptions
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(channelCount: UInt32, channelCountMode: ChannelCountMode, channelInterpretation: ChannelInterpretation)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var channelCount: UInt32 { get set }
@ReadWriteAttribute var channelCountMode: ChannelCountMode { get set }
@ReadWriteAttribute var channelInterpretation: ChannelInterpretation { get set }