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

EmbeddedSourceSettings

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

Embedded Source Settings

interface EmbeddedSourceSettings {
Convert608To708?: EmbeddedConvert608To708 | null;
Scte20Detection?: EmbeddedScte20Detection | null;
Source608ChannelNumber?: number | null;
Source608TrackNumber?: number | null;
}

§Properties

§
Convert608To708?: EmbeddedConvert608To708 | 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.

§
Scte20Detection?: EmbeddedScte20Detection | null
[src]

Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.

§
Source608ChannelNumber?: number | null
[src]

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

§
Source608TrackNumber?: number | null
[src]

This field is unused and deprecated.