Pad

data class Pad(val width: Int, val height: Int, val x: Int = -1, val y: Int = -1, val color: String = "black") : FilterStep

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, x: Int = -1, y: Int = -1, color: String = "black")

Properties

Link copied to clipboard
Link copied to clipboard
open override val filterName: String

The FFmpeg filter name, for capability checks. Null for Raw, whose content is opaque.

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
open override fun compile(): String

-1 centres, matching pad's own (ow-iw)/2 idiom without expression strings in the API.