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

VideoSelectorProgramId

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

Video Selector Program Id

interface VideoSelectorProgramId {
ProgramId?: number | null;
}

§Properties

§
ProgramId?: number | null
[src]

Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the first program within the transport stream will be selected by default.