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

MssPackage

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

A Microsoft Smooth Streaming (MSS) packaging configuration.

interface MssPackage {
Encryption?: MssEncryption | null;
ManifestWindowSeconds?: number | null;
SegmentDurationSeconds?: number | null;
StreamSelection?: StreamSelection | null;
}

§Properties

§
Encryption?: MssEncryption | null
[src]
§
ManifestWindowSeconds?: number | null
[src]

The time window (in seconds) contained in each manifest.

§
SegmentDurationSeconds?: number | null
[src]

The duration (in seconds) of each segment.

§
StreamSelection?: StreamSelection | null
[src]