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

InputType

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

The different types of inputs that AWS Elemental MediaLive supports.

type InputType =
| "UDP_PUSH"
| "RTP_PUSH"
| "RTMP_PUSH"
| "RTMP_PULL"
| "URL_PULL"
| "MP4_FILE"
| "MEDIACONNECT"
| "INPUT_DEVICE"
| "AWS_CDI"
| "TS_FILE"

§Type

§
"UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | cmnP.UnexpectedEnumValue
[src]