All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.media.source.SourceBufferList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.media.source

import js.core.ArrayLike
import js.core.JsIterable
import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class SourceBufferList :
    EventTarget,
    ArrayLike,
    JsIterable {
    var onaddsourcebuffer: EventHandler?
    var onremovesourcebuffer: EventHandler?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy