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

StaticKeyProvider

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

Use these settings to set up encryption with a static key provider.

interface StaticKeyProvider {
KeyFormat?: string | null;
KeyFormatVersions?: string | null;
StaticKeyValue?: string | null;
Url?: string | null;
}

§Properties

§
KeyFormat?: string | null
[src]

Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'.

§
KeyFormatVersions?: string | null
[src]

Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).

§
StaticKeyValue?: string | null
[src]

Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value (StaticKeyValue).

§
Url?: string | null
[src]

Relates to DRM implementation. The location of the license server used for protecting content.