MediaStreamTrackAudioSourceOptions
Generated.swift:1717class MediaStreamTrackAudioSourceOptions
class MediaStreamTrackAudioSourceOptions
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(mediaStreamTrack: MediaStreamTrack)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var mediaStreamTrack: MediaStreamTrack { get set }