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

StandardHlsSettings

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

Standard Hls Settings

interface StandardHlsSettings {
AudioRenditionSets?: string | null;
M3u8Settings: M3u8Settings;
}

§Properties

§
AudioRenditionSets?: string | null
[src]

List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

§
M3u8Settings: M3u8Settings
[src]