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

Scte35DeviceRestrictions

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

Corresponds to the device_restrictions parameter in a segmentation_descriptor. If you include one of the "restriction" flags then you must include all four of them.

type Scte35DeviceRestrictions =
| "NONE"
| "RESTRICT_GROUP0"
| "RESTRICT_GROUP1"
| "RESTRICT_GROUP2"

§Type

§
"NONE" | "RESTRICT_GROUP0" | "RESTRICT_GROUP1" | "RESTRICT_GROUP2" | cmnP.UnexpectedEnumValue
[src]