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]§
OutputSettings?: OutputSettings | null
[src]§
VideoDescription?: VideoDescription | null
[src]