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

Scte35SpliceInsertScheduleActionSettings

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

Settings for a SCTE-35 splice_insert message.

interface Scte35SpliceInsertScheduleActionSettings {
Duration?: number | null;
SpliceEventId: number;
}

§Properties

§
Duration?: number | null
[src]

Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.

§
SpliceEventId: number
[src]

The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.