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

Interface EDLEvent

src/renderer/src/cmx3600.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface EDLEvent {
2 eventNumber: string;
3 reelNumber: string;
4 trackType: string;
5 transition: string;
6 sourceIn: string;
7 sourceOut: string;
8 recordIn: string;
9 recordOut: string;
10}
11
12export default function parseCmx3600(edlContent: string) {
13 const [firstLine, ...lines] = edlContent.split('\n');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected