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

CmafWriteSegmentTimelineInRepresentation

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

When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH manifest shows precise segment durations. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't enabled, the segment durations in your DASH manifest are approximate. The segment duration information appears in the duration attribute of the SegmentTemplate element.

type CmafWriteSegmentTimelineInRepresentation = "ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]