AudioDecoderConfig
Generated.swift:688class AudioDecoderConfig
class AudioDecoderConfig
import DOM
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(codec: String, sampleRate: UInt32, numberOfChannels: UInt32, description: BufferSource)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var codec: String { get set }
@ReadWriteAttribute var description: BufferSource { get set }
@ReadWriteAttribute var numberOfChannels: UInt32 { get set }
@ReadWriteAttribute var sampleRate: UInt32 { get set }