Enumerationswiftwasm.webapikit 0.1.0DOM
AudioTrack_or_TextTrack_or_VideoTrack
Generated.swift:20880enum AudioTrack_or_TextTrack_or_VideoTrack
enum AudioTrack_or_TextTrack_or_VideoTrack
import DOM
case audioTrack(AudioTrack)
case textTrack(TextTrack)
case videoTrack(VideoTrack)
protocol Any_AudioTrack_or_TextTrack_or_VideoTrack : 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 audioTrack: AudioTrack? { get }
var jsValue: JSValue { get }
var textTrack: TextTrack? { get }
var videoTrack: VideoTrack? { get }
func jsValue() -> JSValue