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

MultiplexVideoSettings

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

The video configuration for each program in a multiplex.

interface MultiplexVideoSettings {
ConstantBitrate?: number | null;
StatmuxSettings?: MultiplexStatmuxVideoSettings | null;
}

§Properties

§
ConstantBitrate?: number | null
[src]

The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.

§
StatmuxSettings?: MultiplexStatmuxVideoSettings | null
[src]

Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.