MCPcopy
hub / github.com/mifi/lossless-cut / EditingStream

Interface EditingStream

src/renderer/src/StreamsSelector.tsx:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected