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

PresetSettings

import type { PresetSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Settings for preset

interface PresetSettings {
AudioDescriptions?: AudioDescription[] | null;
CaptionDescriptions?: CaptionDescriptionPreset[] | null;
ContainerSettings?: ContainerSettings | null;
VideoDescription?: VideoDescription | null;
}

§Properties

§
AudioDescriptions?: AudioDescription[] | null
[src]

(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings.

§
CaptionDescriptions?: CaptionDescriptionPreset[] | null
[src]

This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.

§
ContainerSettings?: ContainerSettings | null
[src]

Container specific settings.

§
VideoDescription?: VideoDescription | null
[src]

VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.