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

UdpContainerSettings

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

Udp Container Settings

interface UdpContainerSettings {
M2tsSettings?: M2tsSettings | null;
}

§Properties

§
M2tsSettings?: M2tsSettings | null
[src]