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

M2tsEbpPlacement

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

Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).

type M2tsEbpPlacement = "VIDEO_AND_AUDIO_PIDS" | "VIDEO_PID" | cmnP.UnexpectedEnumValue;

§Type

§
"VIDEO_AND_AUDIO_PIDS" | "VIDEO_PID" | cmnP.UnexpectedEnumValue
[src]