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

DashIsoGroupAudioChannelConfigSchemeIdUri

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

Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one. For example, you might need to use this to make dynamic ad insertion work. Specify which audio channel configuration scheme ID URI MediaConvert writes in your DASH manifest. Keep the default value, MPEG channel configuration (MPEG_CHANNEL_CONFIGURATION), to have MediaConvert write this: urn:mpeg:mpegB:cicp:ChannelConfiguration. Choose Dolby channel configuration (DOLBY_CHANNEL_CONFIGURATION) to have MediaConvert write this instead: tag:dolby.com,2014:dash:audio_channel_configuration:2011.

type DashIsoGroupAudioChannelConfigSchemeIdUri = "MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION" | cmnP.UnexpectedEnumValue;

§Type

§
"MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION" | cmnP.UnexpectedEnumValue
[src]