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

HlsSegmentLengthControl

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

Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

type HlsSegmentLengthControl = "EXACT" | "GOP_MULTIPLE" | cmnP.UnexpectedEnumValue;

§Type

§
"EXACT" | "GOP_MULTIPLE" | cmnP.UnexpectedEnumValue
[src]