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

DvbSubtitleOutlineColor

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

Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.

type DvbSubtitleOutlineColor =
| "BLACK"
| "WHITE"
| "YELLOW"
| "RED"
| "GREEN"
| "BLUE"
| "AUTO"

§Type

§
"BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO" | cmnP.UnexpectedEnumValue
[src]