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

jsMain.web.codecs.EncodedVideoChunk.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.codecs

import js.buffer.BufferSource
import js.core.JsLong

external class EncodedVideoChunk(
    init: EncodedVideoChunkInit,
) {
    val byteLength: Int
    val duration: Double?
    val timestamp: JsLong
    val type: EncodedVideoChunkType
    fun copyTo(destination: BufferSource)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy