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

InputAttributes

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

Input attributes that provide additional information about the input asset.

interface InputAttributes {
trackDefinitions?: TrackDefinition[];
}

§Properties

§
trackDefinitions?: TrackDefinition[]
[src]

Optional. A list of track definitions for the input asset.