DeblockResponse

data class DeblockResponse(val enabled: Boolean, val strength: Double)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean, strength: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable deblocker. The default is false.

Link copied to clipboard

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.