MCPcopy
hub / github.com/advplyr/audiobookshelf / Filter

Interface Filter

server/libs/fluentFfmpeg/index.d.ts:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 type PresetFunction = (command: FfmpegCommand) => void;
34
35 interface Filter {
36 description: string;
37 input: string;
38 multipleInputs: boolean;
39 output: string;
40 multipleOutputs: boolean;
41 }
42 interface Filters {
43 [key: string]: Filter;
44 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected