VideoTrack

JS
1.1
abstract class VideoTrack : 
    UnionAudioTrackOrTextTrackOrVideoTrack

Exposes the JavaScript VideoTrack to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript VideoTrack to Kotlin

VideoTrack()

Properties

JS
1.1

id

open val id: String
JS
1.1

kind

open val kind: String
JS
1.1

label

open val label: String
JS
1.1

language

open val language: String
JS
1.1

selected

open var selected: Boolean