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

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

// Automatically generated - do not modify!

package web.codecs

import js.buffer.BufferSource

sealed external interface VideoDecoderConfig {
    var codec: String
    var codedHeight: Int?
    var codedWidth: Int?
    var colorSpace: VideoColorSpaceInit?
    var description: BufferSource?
    var displayAspectHeight: Int?
    var displayAspectWidth: Int?
    var hardwareAcceleration: HardwareAcceleration?
    var optimizeForLatency: Boolean?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy