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

CmafSegmentControl

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

When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.

type CmafSegmentControl = "SINGLE_FILE" | "SEGMENTED_FILES" | cmnP.UnexpectedEnumValue;

§Type

§
"SINGLE_FILE" | "SEGMENTED_FILES" | cmnP.UnexpectedEnumValue
[src]