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

M2tsKlvMetadata

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

To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.

type M2tsKlvMetadata = "PASSTHROUGH" | "NONE" | cmnP.UnexpectedEnumValue;

§Type

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