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

InputMaximumBitrate

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

Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.

type InputMaximumBitrate =
| "MAX_10_MBPS"
| "MAX_20_MBPS"
| "MAX_50_MBPS"

§Type

§
"MAX_10_MBPS" | "MAX_20_MBPS" | "MAX_50_MBPS" | cmnP.UnexpectedEnumValue
[src]