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

MpdKlvMetadata

import type { MpdKlvMetadata } 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 writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.

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

§Type

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