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

MsSmoothFragmentLengthControl

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

Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). 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 MsSmoothFragmentLengthControl = "EXACT" | "GOP_MULTIPLE" | cmnP.UnexpectedEnumValue;

§Type

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