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

HlsTimedMetadataId3Frame

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

Specify the type of the ID3 frame (timedMetadataId3Frame) to use for ID3 timestamps (timedMetadataId3Period) in your output. To include ID3 timestamps: Specify PRIV (PRIV) or TDRL (TDRL) and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). To exclude ID3 timestamps: Set ID3 timestamp frame type to None (NONE).

type HlsTimedMetadataId3Frame =
| "NONE"
| "PRIV"
| "TDRL"

§Type

§
"NONE" | "PRIV" | "TDRL" | cmnP.UnexpectedEnumValue
[src]