AudioEncoderConfig
Generated.swift:829class AudioEncoderConfig
class AudioEncoderConfig
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, bitrate: UInt64, bitrateMode: BitrateMode)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var bitrate: UInt64 { get set }
@ReadWriteAttribute var bitrateMode: BitrateMode { get set }
@ReadWriteAttribute var codec: String { get set }
@ReadWriteAttribute var numberOfChannels: UInt32 { get set }
@ReadWriteAttribute var sampleRate: UInt32 { get set }