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

M3u8DataPtsControl

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

If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.

type M3u8DataPtsControl = "AUTO" | "ALIGN_TO_VIDEO" | cmnP.UnexpectedEnumValue;

§Type

§
"AUTO" | "ALIGN_TO_VIDEO" | cmnP.UnexpectedEnumValue
[src]