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

Scte35SpliceInsert

import type { Scte35SpliceInsert } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Scte35 Splice Insert

interface Scte35SpliceInsert {
AdAvailOffset?: number | null;
NoRegionalBlackoutFlag?: Scte35SpliceInsertNoRegionalBlackoutBehavior | null;
WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior | null;
}

§Properties

§
AdAvailOffset?: number | null
[src]

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

§

When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates

§

When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates