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

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

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.codecs

// language=JavaScript
@JsName("""(/*union*/{bt470bg: 'bt470bg', bt709: 'bt709', rgb: 'rgb', smpte170m: 'smpte170m'}/*union*/)""")
external enum class VideoMatrixCoefficients {
    bt470bg,
    bt709,
    rgb,
    smpte170m,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy