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

Encryption

import type { Encryption } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Encryption settings.

interface Encryption {
drmSystems?: DrmSystems;
id?: string;
sampleAes?: SampleAesEncryption;
secretManagerKeySource?: SecretManagerSource;
}

§Properties

§

Configuration for AES-128 encryption.

§
drmSystems?: DrmSystems
[src]

Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.

§
id?: string
[src]

Required. Identifier for this set of encryption options.

§

Configuration for MPEG Common Encryption (MPEG-CENC).

§

Configuration for SAMPLE-AES encryption.

§
secretManagerKeySource?: SecretManagerSource
[src]

Keys are stored in Google Secret Manager.