FilterChain

data class FilterChain(val steps: List<FilterStep>)

Constructors

Link copied to clipboard
constructor(steps: List<FilterStep>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

The description string, exactly what FilterGraph.buildVideo/buildAudio receive.

Link copied to clipboard

Fails typed when a typed step's filter is absent from this build (law 6), naming the filter. Raw steps are exempt by design; their KDoc says whose claim they are.