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

InputLossFailoverSettings

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

MediaLive will perform a failover if content is not detected in this input for the specified period.

interface InputLossFailoverSettings {
InputLossThresholdMsec?: number | null;
}

§Properties

§
InputLossThresholdMsec?: number | null
[src]

The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.