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

InputLossBehavior

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

Input Loss Behavior

interface InputLossBehavior {
BlackFrameMsec?: number | null;
InputLossImageColor?: string | null;
InputLossImageSlate?: InputLocation | null;
InputLossImageType?: InputLossImageType | null;
RepeatFrameMsec?: number | null;
}

§Properties

§
BlackFrameMsec?: number | null
[src]

Documentation update needed

§
InputLossImageColor?: string | null
[src]

When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.

§
InputLossImageSlate?: InputLocation | null
[src]

When input loss image type is "slate" these fields specify the parameters for accessing the slate.

§
InputLossImageType?: InputLossImageType | null
[src]

Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.

§
RepeatFrameMsec?: number | null
[src]

Documentation update needed