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

Scte35NoRegionalBlackoutFlag

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

Corresponds to the no_regional_blackout_flag parameter. A value of REGIONAL_BLACKOUT corresponds to 0 (false) in the SCTE-35 specification. If you include one of the "restriction" flags then you must include all four of them.

type Scte35NoRegionalBlackoutFlag = "REGIONAL_BLACKOUT" | "NO_REGIONAL_BLACKOUT" | cmnP.UnexpectedEnumValue;

§Type

§
"REGIONAL_BLACKOUT" | "NO_REGIONAL_BLACKOUT" | cmnP.UnexpectedEnumValue
[src]