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

HlsCaptionSegmentLengthControl

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

Set Caption segment length control (CaptionSegmentLengthControl) to Match video (MATCH_VIDEO) to create caption segments that align with the video segments from the first video output in this output group. For example, if the video segments are 2 seconds long, your WebVTT segments will also be 2 seconds long. Keep the default setting, Large segments (LARGE_SEGMENTS) to create caption segments that are 300 seconds long.

type HlsCaptionSegmentLengthControl = "LARGE_SEGMENTS" | "MATCH_VIDEO" | cmnP.UnexpectedEnumValue;

§Type

§
"LARGE_SEGMENTS" | "MATCH_VIDEO" | cmnP.UnexpectedEnumValue
[src]