BilinearVideoEffect

class BilinearVideoEffect(val name: String = "bilinear") : VideoEffect

An object that provides a resampling filter by bilinear algorithm.

Constructors

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

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