EditAtom
import type { EditAtom } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";Edit atom.
interface EditAtom {
endTimeOffset?: number;
inputs?: string[];
key?: string;
startTimeOffset?: number;
}§Properties
§
endTimeOffset?: number
[src]End time in seconds for the atom, relative to the input file timeline.
When end_time_offset is not specified, the inputs are used until the
end of the atom.