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

EsamSettings

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

Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.

interface EsamSettings {
ManifestConfirmConditionNotification?: EsamManifestConfirmConditionNotification | null;
ResponseSignalPreroll?: number | null;
SignalProcessingNotification?: EsamSignalProcessingNotification | null;
}

§Properties

§
ManifestConfirmConditionNotification?: EsamManifestConfirmConditionNotification | null
[src]

Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the manifest conditioning instructions that you provide in the setting MCC XML (mccXml).

§
ResponseSignalPreroll?: number | null
[src]

Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.

§
SignalProcessingNotification?: EsamSignalProcessingNotification | null
[src]

Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the signal processing instructions that you provide in the setting SCC XML (sccXml).