AudioRenderCapacityEventInit
Generated.swift:799class AudioRenderCapacityEventInit
class AudioRenderCapacityEventInit
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(timestamp: Double, averageLoad: Double, peakLoad: Double, underrunRatio: Double)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var averageLoad: Double { get set }
@ReadWriteAttribute var peakLoad: Double { get set }
@ReadWriteAttribute var timestamp: Double { get set }
@ReadWriteAttribute var underrunRatio: Double { get set }