Raw

data class Raw(val fragment: String) : FilterStep

The escape hatch (law 2): any chain fragment the typed set lacks, joined verbatim. Capability checks cannot see inside it; the caller owns that claim.

Constructors

Link copied to clipboard
constructor(fragment: String)

Properties

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

Functions

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

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