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

DvbTdtSettings

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

Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.

interface DvbTdtSettings {
TdtInterval?: number | null;
}

§Properties

§
TdtInterval?: number | null
[src]

The number of milliseconds between instances of this table in the output transport stream.