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

CmfcTimedMetadata

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

To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.

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

§Type

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