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

M2tsBufferModel

import type { M2tsBufferModel } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Controls what buffer model to use for accurate interleaving. If set to MULTIPLEX, use multiplex buffer model. If set to NONE, this can lead to lower latency, but low-memory devices may not be able to play back the stream without interruptions.

type M2tsBufferModel = "MULTIPLEX" | "NONE" | cmnP.UnexpectedEnumValue;

§Type

§
"MULTIPLEX" | "NONE" | cmnP.UnexpectedEnumValue
[src]