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

DashEncryption

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

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

interface DashEncryption {
SpekeKeyProvider: SpekeKeyProvider;
}

§Properties

§
SpekeKeyProvider: SpekeKeyProvider
[src]