AudioTrack

JS
1.1
abstract class AudioTrack : 
    UnionAudioTrackOrTextTrackOrVideoTrack

(source)

Exposes the JavaScript AudioTrack to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript AudioTrack to Kotlin

AudioTrack()

Properties

JS
1.1

enabled

open var enabled: Boolean
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

sourceBuffer

open val sourceBuffer: SourceBuffer?