
jsMain.web.codecs.VideoTransferCharacteristics.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.codecs
// language=JavaScript
@JsName("""(/*union*/{bt709: 'bt709', iec6196621: 'iec61966-2-1', smpte170m: 'smpte170m'}/*union*/)""")
external enum class VideoTransferCharacteristics {
bt709,
iec6196621,
smpte170m,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy