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

GlobalConfiguration

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

Global Configuration

interface GlobalConfiguration {
InitialAudioGain?: number | null;
InputEndAction?: GlobalConfigurationInputEndAction | null;
InputLossBehavior?: InputLossBehavior | null;
OutputLockingMode?: GlobalConfigurationOutputLockingMode | null;
OutputTimingSource?: GlobalConfigurationOutputTimingSource | null;
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | null;
}

§Properties

§
InitialAudioGain?: number | null
[src]

Value to set the initial audio gain for the Live Event.

§

Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).

§
InputLossBehavior?: InputLossBehavior | null
[src]

Settings for system actions when input is lost.

§

Indicates how MediaLive pipelines are synchronized.

PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.

§
OutputTimingSource?: GlobalConfigurationOutputTimingSource | null
[src]

Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.

§
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | null
[src]

Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.