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

TimedMetadataInsertion

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

Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).

interface TimedMetadataInsertion {
Id3Insertions?: Id3Insertion[] | null;
}

§Properties

§
Id3Insertions?: Id3Insertion[] | null
[src]

Id3Insertions contains the array of Id3Insertion instances.