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

M2tsEbpAudioInterval

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

When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. When set to VIDEO_INTERVAL, these additional markers will not be inserted. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).

type M2tsEbpAudioInterval = "VIDEO_AND_FIXED_INTERVALS" | "VIDEO_INTERVAL" | cmnP.UnexpectedEnumValue;

§Type

§
"VIDEO_AND_FIXED_INTERVALS" | "VIDEO_INTERVAL" | cmnP.UnexpectedEnumValue
[src]