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

Interface Filters

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

Source from the content-addressed store, hash-verified

40 multipleOutputs: boolean;
41 }
42 interface Filters {
43 [key: string]: Filter;
44 }
45 type FiltersCallback = (err: Error, filters: Filters) => void;
46
47 interface Codec {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected