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

HlsIntervalCadence

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

The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.

type HlsIntervalCadence = "FOLLOW_IFRAME" | "FOLLOW_CUSTOM" | cmnP.UnexpectedEnumValue;

§Type

§
"FOLLOW_IFRAME" | "FOLLOW_CUSTOM" | cmnP.UnexpectedEnumValue
[src]