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

InputDeviceConfigurableSettings

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

Configurable settings for the input device.

interface InputDeviceConfigurableSettings {
ConfiguredInput?: InputDeviceConfiguredInput | null;
MaxBitrate?: number | null;
}

§Properties

§
ConfiguredInput?: InputDeviceConfiguredInput | null
[src]

The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.

§
MaxBitrate?: number | null
[src]

The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.