| 29 | type UpdateStreamParams = (fileId: string, streamId: number, setter: (a: StreamParams) => void) => void; |
| 30 | |
| 31 | interface EditingStream { |
| 32 | streamId: number; |
| 33 | path: string; |
| 34 | } |
| 35 | |
| 36 | const getStreamDispositionsObj = (stream: FFprobeStream) => ((stream && stream.disposition) || {}); |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected