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

Output

import type { Output } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";
interface Output {
AudioDescriptions?: AudioDescription[] | null;
CaptionDescriptions?: CaptionDescription[] | null;
ContainerSettings?: ContainerSettings | null;
Extension?: string | null;
NameModifier?: string | null;
OutputSettings?: OutputSettings | null;
Preset?: string | null;
VideoDescription?: VideoDescription | null;
}

§Properties

§
AudioDescriptions?: AudioDescription[] | null
[src]
§
CaptionDescriptions?: CaptionDescription[] | null
[src]
§
ContainerSettings?: ContainerSettings | null
[src]
§
Extension?: string | null
[src]
§
NameModifier?: string | null
[src]
§
OutputSettings?: OutputSettings | null
[src]
§
Preset?: string | null
[src]
§
VideoDescription?: VideoDescription | null
[src]