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

MultiplexStatmuxVideoSettings

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

Statmux rate control settings

interface MultiplexStatmuxVideoSettings {
MaximumBitrate?: number | null;
MinimumBitrate?: number | null;
Priority?: number | null;
}

§Properties

§
MaximumBitrate?: number | null
[src]

Maximum statmux bitrate.

§
MinimumBitrate?: number | null
[src]

Minimum statmux bitrate.

§
Priority?: number | null
[src]

The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.