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

ArchiveOutputSettings

import type { ArchiveOutputSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Archive Output Settings

interface ArchiveOutputSettings {
ContainerSettings: ArchiveContainerSettings;
Extension?: string | null;
NameModifier?: string | null;
}

§Properties

§

Settings specific to the container type of the file.

§
Extension?: string | null
[src]

Output file extension. If excluded, this will be auto-selected from the container type.

§
NameModifier?: string | null
[src]

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.