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

DvbNitSettings

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

Use these settings to insert a DVB Network Information Table (NIT) 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 DvbNitSettings {
NetworkId?: number | null;
NetworkName?: string | null;
NitInterval?: number | null;
}

§Properties

§
NetworkId?: number | null
[src]

The numeric value placed in the Network Information Table (NIT).

§
NetworkName?: string | null
[src]

The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.

§
NitInterval?: number | null
[src]

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