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

HlsRenditionGroupSettings

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

Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.

interface HlsRenditionGroupSettings {
RenditionGroupId?: string | null;
RenditionLanguageCode?: LanguageCode | null;
RenditionName?: string | null;
}

§Properties

§
RenditionGroupId?: string | null
[src]

Optional. Specify alternative group ID

§
RenditionLanguageCode?: LanguageCode | null
[src]

Optional. Specify ISO 639-2 or ISO 639-3 code in the language property

§
RenditionName?: string | null
[src]

Optional. Specify media name