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

DvbSubtitleFontColor

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

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

type DvbSubtitleFontColor =
| "WHITE"
| "BLACK"
| "YELLOW"
| "RED"
| "GREEN"
| "BLUE"
| "HEX"
| "AUTO"

§Type

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