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

MssManifest

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

A Microsoft Smooth Streaming (MSS) manifest configuration.

interface MssManifest {
ManifestName?: string | null;
StreamSelection?: StreamSelection | null;
}

§Properties

§
ManifestName?: string | null
[src]

An optional string to include in the name of the manifest.

§
StreamSelection?: StreamSelection | null
[src]