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

HlsAudioOnlyContainer

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

Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an MPEG2-TS container. Keep the default value Automatic (AUTOMATIC) to create a raw audio-only file with no container. Regardless of the value that you specify here, if this output has video, the service will place outputs into an MPEG2-TS container.

type HlsAudioOnlyContainer = "AUTOMATIC" | "M2TS" | cmnP.UnexpectedEnumValue;

§Type

§
"AUTOMATIC" | "M2TS" | cmnP.UnexpectedEnumValue
[src]