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

DescribeMultiplexProgramResponse

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

Placeholder documentation for DescribeMultiplexProgramResponse

interface DescribeMultiplexProgramResponse {
ChannelId?: string | null;
MultiplexProgramSettings?: MultiplexProgramSettings | null;
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap | null;
PipelineDetails?: MultiplexProgramPipelineDetail[] | null;
ProgramName?: string | null;
}

§Properties

§
ChannelId?: string | null
[src]

The MediaLive channel associated with the program.

§
MultiplexProgramSettings?: MultiplexProgramSettings | null
[src]

The settings for this multiplex program.

§
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap | null
[src]

The packet identifier map for this multiplex program.

§
PipelineDetails?: MultiplexProgramPipelineDetail[] | null
[src]

Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.

§
ProgramName?: string | null
[src]

The name of the multiplex program.