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

RemixSettings

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

Remix Settings

interface RemixSettings {
ChannelMappings: AudioChannelMapping[];
ChannelsIn?: number | null;
ChannelsOut?: number | null;
}

§Properties

§
ChannelMappings: AudioChannelMapping[]
[src]

Mapping of input channels to output channels, with appropriate gain adjustments.

§
ChannelsIn?: number | null
[src]

Number of input channels to be used.

§
ChannelsOut?: number | null
[src]

Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8