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

AudioChannelMapping

import type { AudioChannelMapping } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Audio Channel Mapping

interface AudioChannelMapping {
InputChannelLevels: InputChannelLevel[];
OutputChannel: number;
}

§Properties

§
InputChannelLevels: InputChannelLevel[]
[src]

Indices and gain values for each input channel that should be remixed into this output channel.

§
OutputChannel: number
[src]

The index of the output channel being produced.