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

OutputChannelMapping

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

OutputChannel mapping settings.

interface OutputChannelMapping {
InputChannels?: number[] | null;
InputChannelsFineTune?: number[] | null;
}

§Properties

§
InputChannels?: number[] | null
[src]

Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.

§
InputChannelsFineTune?: number[] | null
[src]

Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.