OfflineAudioContextOptions
Generated.swift:1825class OfflineAudioContextOptions
class OfflineAudioContextOptions
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(numberOfChannels: UInt32, length: UInt32, sampleRate: Float)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var length: UInt32 { get set }
@ReadWriteAttribute var numberOfChannels: UInt32 { get set }
@ReadWriteAttribute var sampleRate: Float { get set }