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

HlsOutputSettings

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

Hls Output Settings

interface HlsOutputSettings {
H265PackagingType?: HlsH265PackagingType | null;
HlsSettings: HlsSettings;
NameModifier?: string | null;
SegmentModifier?: string | null;
}

§Properties

§
H265PackagingType?: HlsH265PackagingType | null
[src]

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

§
HlsSettings: HlsSettings
[src]

Settings regarding the underlying stream. These settings are different for audio-only outputs.

§
NameModifier?: string | null
[src]

String concatenated to the end of the destination filename. Accepts "Format Identifiers":#formatIdentifierParameters.

§
SegmentModifier?: string | null
[src]

String concatenated to end of segment filenames.