- filterComplex(f): string
Returns string
- filterComplex(f): Promise<string>
Returns Promise<string>
- filterComplex(f): PromiseLike<string>
Returns PromiseLike<string>
- filterComplex(): Readonly<FilterComplexContext> & {
complete: ((exports?) => string);
} Returns Readonly<FilterComplexContext> & {
complete: ((exports?) => string);
}
Invoke the specified function
f
within a special context and return the generated filtergraph.Pipes returned by
f
will be named and exported, and can be used in-map
.If
f
is not provided, the special context returns instead.