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

DashIsoMpdProfile

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

Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).

type DashIsoMpdProfile = "MAIN_PROFILE" | "ON_DEMAND_PROFILE" | cmnP.UnexpectedEnumValue;

§Type

§
"MAIN_PROFILE" | "ON_DEMAND_PROFILE" | cmnP.UnexpectedEnumValue
[src]