mode

@JvmName(name = "dtalrwjsxqniisyx")
suspend fun mode(value: Output<Either<String, VideoScaleMode>>)
@JvmName(name = "gfexqhavhdyekakr")
suspend fun mode(value: Either<String, VideoScaleMode>?)
@JvmName(name = "hyjbbqmhhfpewaka")
fun mode(value: String)
@JvmName(name = "bdcfbvhlrdmybngt")
fun mode(value: VideoScaleMode)

Parameters

value

Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.