BicubicVideoEffect

class BicubicVideoEffect(val name: String = "bicubic") : VideoEffect

An object that provides a resampling filter by bicubic algorithm.

Constructors

Link copied to clipboard
constructor(name: String = "bicubic")

Properties

Link copied to clipboard
open val methods: Array<Method>
Link copied to clipboard
open override val name: String

The name of shader.

Link copied to clipboard