AudioDataCopyToOptions
Generated.swift:543class AudioDataCopyToOptions
class AudioDataCopyToOptions
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(planeIndex: UInt32, frameOffset: UInt32, frameCount: UInt32, format: AudioSampleFormat)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var format: AudioSampleFormat { get set }
@ReadWriteAttribute var frameCount: UInt32 { get set }
@ReadWriteAttribute var frameOffset: UInt32 { get set }
@ReadWriteAttribute var planeIndex: UInt32 { get set }