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

MsSmoothEncryptionSettings

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

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

interface MsSmoothEncryptionSettings {
SpekeKeyProvider?: SpekeKeyProvider | null;
}

§Properties

§
SpekeKeyProvider?: SpekeKeyProvider | null
[src]

If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.