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.3/services/medialive.ts?docs=full";

DVB Network Information Table (NIT)

interface DvbNitSettings {
NetworkId: number;
NetworkName: string;
RepInterval?: number | null;
}

§Properties

§
NetworkId: number
[src]

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

§
NetworkName: string
[src]

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

§
RepInterval?: number | null
[src]

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