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

AudioSilenceFailoverSettings

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

Placeholder documentation for AudioSilenceFailoverSettings

interface AudioSilenceFailoverSettings {
AudioSelectorName: string;
AudioSilenceThresholdMsec?: number | null;
}

§Properties

§
AudioSelectorName: string
[src]

The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.

§
AudioSilenceThresholdMsec?: number | null
[src]

The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.