TrackEventInit
Generated.swift:16442class TrackEventInit
class TrackEventInit
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(track: AudioTrack_or_TextTrack_or_VideoTrack?)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var track: AudioTrack_or_TextTrack_or_VideoTrack? { get set }