Enumerationswiftwasm.webapikit 0.1.0WebAudio
AudioContextLatencyCategory_or_Double
Generated.swift:2479enum AudioContextLatencyCategory_or_Double
enum AudioContextLatencyCategory_or_Double
import WebAudio
case audioContextLatencyCategory(AudioContextLatencyCategory)
case double(Double)
protocol Any_AudioContextLatencyCategory_or_Double : ConvertibleToJSValue
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.
static func construct(from value: JSValue) -> Self?
var audioContextLatencyCategory: AudioContextLatencyCategory? { get }
var double: Double? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue