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

InputSpecification

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

Placeholder documentation for InputSpecification

interface InputSpecification {
Codec?: InputCodec | null;
MaximumBitrate?: InputMaximumBitrate | null;
Resolution?: InputResolution | null;
}

§Properties

§
Codec?: InputCodec | null
[src]

Input codec

§
MaximumBitrate?: InputMaximumBitrate | null
[src]

Maximum input bitrate, categorized coarsely

§
Resolution?: InputResolution | null
[src]

Input resolution, categorized coarsely