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

StreamSelection

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

A StreamSelection configuration.

interface StreamSelection {
MaxVideoBitsPerSecond?: number | null;
MinVideoBitsPerSecond?: number | null;
StreamOrder?: StreamOrder | null;
}

§Properties

§
MaxVideoBitsPerSecond?: number | null
[src]

The maximum video bitrate (bps) to include in output.

§
MinVideoBitsPerSecond?: number | null
[src]

The minimum video bitrate (bps) to include in output.

§
StreamOrder?: StreamOrder | null
[src]

A directive that determines the order of streams in the output.