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

Scte35SegmentationCancelIndicator

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

Corresponds to SCTE-35 segmentation_event_cancel_indicator. SEGMENTATION_EVENT_NOT_CANCELED corresponds to 0 in the SCTE-35 specification and indicates that this is an insertion request. SEGMENTATION_EVENT_CANCELED corresponds to 1 in the SCTE-35 specification and indicates that this is a cancelation request, in which case complete this field and the existing event ID to cancel.

type Scte35SegmentationCancelIndicator = "SEGMENTATION_EVENT_NOT_CANCELED" | "SEGMENTATION_EVENT_CANCELED" | cmnP.UnexpectedEnumValue;

§Type

§
"SEGMENTATION_EVENT_NOT_CANCELED" | "SEGMENTATION_EVENT_CANCELED" | cmnP.UnexpectedEnumValue
[src]