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

MssEncryption

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

A Microsoft Smooth Streaming (MSS) encryption configuration.

interface MssEncryption {
SpekeKeyProvider: SpekeKeyProvider;
}

§Properties

§
SpekeKeyProvider: SpekeKeyProvider
[src]