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

HlsEncryptionType

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

Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.

type HlsEncryptionType = "AES128" | "SAMPLE_AES" | cmnP.UnexpectedEnumValue;

§Type

§
"AES128" | "SAMPLE_AES" | cmnP.UnexpectedEnumValue
[src]