DeblockArgs

data class DeblockArgs(val enabled: Output<Boolean>? = null, val strength: Output<Double>? = null) : ConvertibleToJava<DeblockArgs>

Deblock preprocessing configuration. Note: This configuration is not supported.

Constructors

Link copied to clipboard
fun DeblockArgs(enabled: Output<Boolean>? = null, strength: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DeblockArgs

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enable deblocker. The default is false.

Link copied to clipboard
val strength: Output<Double>? = null

Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.