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

DvbSubtitleBackgroundColor

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

Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.

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

§Type

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