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

IngestConfiguration

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

Object specifying the ingest configuration set up by the broadcaster, usually in an encoder.

interface IngestConfiguration {
audio?: AudioConfiguration | null;
video?: VideoConfiguration | null;
}

§Properties

§

Encoder settings for audio.

§

Encoder settings for video.