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

UdpGroupSettings

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

Udp Group Settings

interface UdpGroupSettings {
InputLossAction?: InputLossActionForUdpOut | null;
TimedMetadataId3Frame?: UdpTimedMetadataId3Frame | null;
TimedMetadataId3Period?: number | null;
}

§Properties

§
InputLossAction?: InputLossActionForUdpOut | null
[src]

Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.

§
TimedMetadataId3Frame?: UdpTimedMetadataId3Frame | null
[src]

Indicates ID3 frame that has the timecode.

§
TimedMetadataId3Period?: number | null
[src]

Timed Metadata interval in seconds.