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

CreatePresetRequest

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

The CreatePresetRequest structure.

interface CreatePresetRequest {
Audio?: AudioParameters | null;
Container: string;
Description?: string | null;
Name: string;
Thumbnails?: Thumbnails | null;
Video?: VideoParameters | null;
}

§Properties

§
Audio?: AudioParameters | null
[src]

A section of the request body that specifies the audio parameters.

§
Container: string
[src]

The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

§
Description?: string | null
[src]

A description of the preset.

§
Name: string
[src]

The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

§
Thumbnails?: Thumbnails | null
[src]

A section of the request body that specifies the thumbnail parameters, if any.

§
Video?: VideoParameters | null
[src]

A section of the request body that specifies the video parameters.