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

TimedMetadata

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

Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH) to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period (timedMetadataId3Period), and Custom ID3 metadata inserter (timedMetadataInsertion). To exclude this ID3 metadata in this output: set ID3 metadata to None (NONE) or leave blank.

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

§Type

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