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

HlsSegmentControl

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

When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.

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

§Type

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