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

M2tsSegmentationMarkers

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

Inserts segmentation markers at each segmentation_time period. rai_segstart sets the Random Access Indicator bit in the adaptation field. rai_adapt sets the RAI bit and adds the current timecode in the private data bytes. psi_segstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebp_legacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.

type M2tsSegmentationMarkers =
| "NONE"
| "RAI_SEGSTART"
| "RAI_ADAPT"
| "PSI_SEGSTART"
| "EBP"
| "EBP_LEGACY"

§Type

§
"NONE" | "RAI_SEGSTART" | "RAI_ADAPT" | "PSI_SEGSTART" | "EBP" | "EBP_LEGACY" | cmnP.UnexpectedEnumValue
[src]