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

Scte20SourceSettings

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

Scte20 Source Settings

interface Scte20SourceSettings {
Convert608To708?: Scte20Convert608To708 | null;
Source608ChannelNumber?: number | null;
}

§Properties

§
Convert608To708?: Scte20Convert608To708 | null
[src]

If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

§
Source608ChannelNumber?: number | null
[src]

Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.