Package-level declarations

Types

Link copied to clipboard
external interface AppendMode
Since Kotlin 1.1
external interface AppendMode : JsAny
Since Kotlin 1.8
Link copied to clipboard
external interface EndOfStreamError
Since Kotlin 1.1
external interface EndOfStreamError : JsAny
Since Kotlin 1.8
Link copied to clipboard
open external class MediaSource : EventTarget, MediaProvider

Exposes the JavaScript MediaSource to Kotlin

Since Kotlin 1.1
open external class MediaSource : EventTarget, MediaProvider, JsAny

Exposes the JavaScript MediaSource to Kotlin

Since Kotlin 1.8
Link copied to clipboard
external interface ReadyState
Since Kotlin 1.1
external interface ReadyState : JsAny
Since Kotlin 1.8
Link copied to clipboard
abstract external class SourceBuffer : EventTarget

Exposes the JavaScript SourceBuffer to Kotlin

Since Kotlin 1.1
abstract external class SourceBuffer : EventTarget, JsAny

Exposes the JavaScript SourceBuffer to Kotlin

Since Kotlin 1.8
Link copied to clipboard
abstract external class SourceBufferList : EventTarget

Exposes the JavaScript SourceBufferList to Kotlin

Since Kotlin 1.1
abstract external class SourceBufferList : EventTarget, JsAny

Exposes the JavaScript SourceBufferList to Kotlin

Since Kotlin 1.8

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Since Kotlin 1.1
Since Kotlin 1.8
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline operator fun SourceBufferList.get(index: Int): SourceBuffer?
Since Kotlin 1.1
operator fun SourceBufferList.get(index: Int): SourceBuffer?
Since Kotlin 1.8