| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected