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.deno.dev/v0.3/services/medialive.ts?docs=full";

Output settings. There can be multiple outputs within a group.

interface Output {
AudioDescriptionNames?: string[] | null;
CaptionDescriptionNames?: string[] | null;
OutputName?: string | null;
OutputSettings: OutputSettings;
VideoDescriptionName?: string | null;
}

§Properties

§
AudioDescriptionNames?: string[] | null
[src]

The names of the AudioDescriptions used as audio sources for this output.

§
CaptionDescriptionNames?: string[] | null
[src]

The names of the CaptionDescriptions used as caption sources for this output.

§
OutputName?: string | null
[src]

The name used to identify an output.

§
OutputSettings: OutputSettings
[src]

Output type-specific settings.

§
VideoDescriptionName?: string | null
[src]

The name of the VideoDescription used as the source for this output.