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

Input

import type { Input } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Input asset.

interface Input {
key?: string;
preprocessingConfig?: PreprocessingConfig;
uri?: string;
}

§Properties

§
key?: string
[src]

A unique key for this input. Must be specified when using advanced mapping and edit lists.

§
preprocessingConfig?: PreprocessingConfig
[src]

Preprocessing configurations.

§
uri?: string
[src]

URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). If empty, the value is populated from Job.input_uri. See Supported input and output formats.