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

HlsAkamaiSettings

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

Hls Akamai Settings

interface HlsAkamaiSettings {
ConnectionRetryInterval?: number | null;
FilecacheDuration?: number | null;
HttpTransferMode?: HlsAkamaiHttpTransferMode | null;
NumRetries?: number | null;
RestartDelay?: number | null;
Salt?: string | null;
Token?: string | null;
}

§Properties

§
ConnectionRetryInterval?: number | null
[src]

Number of seconds to wait before retrying connection to the CDN if the connection is lost.

§
FilecacheDuration?: number | null
[src]

Size in seconds of file cache for streaming outputs.

§
HttpTransferMode?: HlsAkamaiHttpTransferMode | null
[src]

Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.

§
NumRetries?: number | null
[src]

Number of retry attempts that will be made before the Live Event is put into an error state.

§
RestartDelay?: number | null
[src]

If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

§
Salt?: string | null
[src]

Salt for authenticated Akamai.

§
Token?: string | null
[src]

Token parameter for authenticated akamai. If not specified, gda is used.