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

Interface FilterSpecification

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

Source from the content-addressed store, hash-verified

24 }
25
26 interface FilterSpecification {
27 filter: string;
28 inputs?: string | string[] | undefined;
29 outputs?: string | string[] | undefined;
30 options?: any | string | any[] | undefined;
31 }
32
33 type PresetFunction = (command: FfmpegCommand) => void;
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected