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

AudioChannelTag

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

You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).

type AudioChannelTag =
| "L"
| "R"
| "C"
| "LFE"
| "LS"
| "RS"
| "LC"
| "RC"
| "CS"
| "LSD"
| "RSD"
| "TCS"
| "VHL"
| "VHC"
| "VHR"

§Type

§
"L" | "R" | "C" | "LFE" | "LS" | "RS" | "LC" | "RC" | "CS" | "LSD" | "RSD" | "TCS" | "VHL" | "VHC" | "VHR" | cmnP.UnexpectedEnumValue
[src]