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

FailoverConditionSettings

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

Settings for one failover condition.

interface FailoverConditionSettings {
AudioSilenceSettings?: AudioSilenceFailoverSettings | null;
InputLossSettings?: InputLossFailoverSettings | null;
VideoBlackSettings?: VideoBlackFailoverSettings | null;
}

§Properties

§
AudioSilenceSettings?: AudioSilenceFailoverSettings | null
[src]

MediaLive will perform a failover if the specified audio selector is silent for the specified period.

§
InputLossSettings?: InputLossFailoverSettings | null
[src]

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

§
VideoBlackSettings?: VideoBlackFailoverSettings | null
[src]

MediaLive will perform a failover if content is considered black for the specified period.