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

OutputGroupSettings

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

Output Group settings, including type

interface OutputGroupSettings {
CmafGroupSettings?: CmafGroupSettings | null;
DashIsoGroupSettings?: DashIsoGroupSettings | null;
FileGroupSettings?: FileGroupSettings | null;
HlsGroupSettings?: HlsGroupSettings | null;
MsSmoothGroupSettings?: MsSmoothGroupSettings | null;
Type?: OutputGroupType | null;
}

§Properties

§
CmafGroupSettings?: CmafGroupSettings | null
[src]

Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to CMAF_GROUP_SETTINGS.

§
DashIsoGroupSettings?: DashIsoGroupSettings | null
[src]

Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to DASH_ISO_GROUP_SETTINGS.

§
FileGroupSettings?: FileGroupSettings | null
[src]

Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to FILE_GROUP_SETTINGS.

§
HlsGroupSettings?: HlsGroupSettings | null
[src]

Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to HLS_GROUP_SETTINGS.

§
MsSmoothGroupSettings?: MsSmoothGroupSettings | null
[src]

Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to MS_SMOOTH_GROUP_SETTINGS.

§
Type?: OutputGroupType | null
[src]

Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)