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

MultiplexProgramChannelDestinationSettings

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

Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex

interface MultiplexProgramChannelDestinationSettings {
MultiplexId?: string | null;
ProgramName?: string | null;
}

§Properties

§
MultiplexId?: string | null
[src]

The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.

§
ProgramName?: string | null
[src]

The program name of the Multiplex program that the encoder is providing output to.