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

Fmp4HlsSettings

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

Fmp4 Hls Settings

interface Fmp4HlsSettings {
AudioRenditionSets?: string | null;
NielsenId3Behavior?: Fmp4NielsenId3Behavior | null;
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | null;
}

§Properties

§
AudioRenditionSets?: string | null
[src]

List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

§
NielsenId3Behavior?: Fmp4NielsenId3Behavior | null
[src]

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

§
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | null
[src]

When set to passthrough, timed metadata is passed through from input to output.