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

AdsOnDeliveryRestrictions

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

This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.

type AdsOnDeliveryRestrictions =
| "NONE"
| "RESTRICTED"
| "UNRESTRICTED"
| "BOTH"

§Type

§
"NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH" | cmnP.UnexpectedEnumValue
[src]