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

AudioSelectorType

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

Specifies the type of the audio selector.

type AudioSelectorType =
| "PID"
| "TRACK"
| "LANGUAGE_CODE"
| "HLS_RENDITION_GROUP"

§Type

§
"PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | cmnP.UnexpectedEnumValue
[src]