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

CmafTargetDurationCompatibilityMode

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

When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (

type CmafTargetDurationCompatibilityMode = "LEGACY" | "SPEC_COMPLIANT" | cmnP.UnexpectedEnumValue;

§Type

§
"LEGACY" | "SPEC_COMPLIANT" | cmnP.UnexpectedEnumValue
[src]