DrawBox

data class DrawBox(val x: Int, val y: Int, val width: Int, val height: Int, val color: String = "red", val thickness: Int = 3) : FilterStep

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int, color: String = "red", thickness: Int = 3)

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
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

The compiled name=args fragment, exactly as it joins the description string.