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

HlsDescriptiveVideoServiceFlag

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

Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest. When you choose Flag (FLAG), MediaConvert includes the parameter CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you keep the default choice, Don't flag (DONT_FLAG), MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation.

type HlsDescriptiveVideoServiceFlag = "DONT_FLAG" | "FLAG" | cmnP.UnexpectedEnumValue;

§Type

§
"DONT_FLAG" | "FLAG" | cmnP.UnexpectedEnumValue
[src]