fix: Fix "The given value for videoStabilizationMode could not be parsed" error (#2353)
This commit is contained in:
parent
ef4e9fabf9
commit
833ffb8478
@ -32,6 +32,7 @@ enum class VideoStabilizationMode(override val unionValue: String) : JSUnionValu
|
||||
override fun fromUnionValue(unionValue: String?): VideoStabilizationMode =
|
||||
when (unionValue) {
|
||||
"off" -> OFF
|
||||
"auto" -> OFF
|
||||
"standard" -> STANDARD
|
||||
"cinematic" -> CINEMATIC
|
||||
"cinematic-extended" -> CINEMATIC_EXTENDED
|
||||
|
Loading…
Reference in New Issue
Block a user