BackgroundBlur

@Serializable
@SerialName(value = "background-blur")
data class BackgroundBlur(val strength: Double) : VideoProcessor

Blur the background by the specified amount, between 0.0 and 1.0.

Constructors

Link copied to clipboard
constructor(strength: Double)

Properties

Link copied to clipboard