SourceBufferList

abstract external class SourceBufferList : EventTarget(source)

Exposes the JavaScript SourceBufferList to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Since Kotlin 1.1
Link copied to clipboard
open var onaddsourcebuffer: (Event) -> dynamic?
Since Kotlin 1.1
Link copied to clipboard
open var onremovesourcebuffer: (Event) -> dynamic?
Since Kotlin 1.1

Functions

Link copied to clipboard
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
fun addEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Since Kotlin 1.1
Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
inline operator fun SourceBufferList.get(index: Int): SourceBuffer?
Since Kotlin 1.1
Link copied to clipboard
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
fun removeEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Since Kotlin 1.1