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

DvbSubtitleShadowColor

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

Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.

type DvbSubtitleShadowColor =
| "NONE"
| "BLACK"
| "WHITE"
| "AUTO"

§Type

§
"NONE" | "BLACK" | "WHITE" | "AUTO" | cmnP.UnexpectedEnumValue
[src]