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

AudioHlsRenditionSelection

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

Audio Hls Rendition Selection

interface AudioHlsRenditionSelection {
GroupId: string;
Name: string;
}

§Properties

§
GroupId: string
[src]

Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.

§
Name: string
[src]

Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.