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

SpliceInsertMessage

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

Splice insert message configuration.

interface SpliceInsertMessage {
AvailNum?: number | null;
AvailsExpected?: number | null;
SpliceEventId?: number | null;
UniqueProgramId?: number | null;
}

§Properties

§
AvailNum?: number | null
[src]

This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

§
AvailsExpected?: number | null
[src]

This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

§
SpliceEventId?: number | null
[src]

This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.

§
UniqueProgramId?: number | null
[src]

This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.