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

AudioSelectorGroup

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

Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.

interface AudioSelectorGroup {
AudioSelectorNames?: string[] | null;
}

§Properties

§
AudioSelectorNames?: string[] | null
[src]

Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.