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.