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

jsMain.web.media.capabilities.VideoConfiguration.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.media.capabilities

sealed external interface VideoConfiguration {
    var bitrate: Int
    var colorGamut: ColorGamut?
    var contentType: String
    var framerate: Double
    var hdrMetadataType: HdrMetadataType?
    var height: Double
    var scalabilityMode: String?
    var transferFunction: TransferFunction?
    var width: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy