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

DrmSystems

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

Defines configuration for DRM systems in use.

interface DrmSystems {
clearkey?: Clearkey;
fairplay?: Fairplay;
playready?: Playready;
widevine?: Widevine;
}

§Properties

§
clearkey?: Clearkey
[src]

Clearkey configuration.

§
fairplay?: Fairplay
[src]

Fairplay configuration.

§
playready?: Playready
[src]

Playready configuration.

§
widevine?: Widevine
[src]

Widevine configuration.