Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
inputs?: string[]
[src]

List of Input.key values identifying files that should be used in this atom. The listed inputs must have the same timeline.

§
key?: string
[src]

A unique key for this atom. Must be specified when using advanced mapping.

§
startTimeOffset?: number
[src]

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.