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

HlsProgramDateTime

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

Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestamp_offset.

type HlsProgramDateTime = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]