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

RequestOutputItem

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

The output configuration for this channel.

interface RequestOutputItem {
DashPlaylistSettings?: DashPlaylistSettings | null;
HlsPlaylistSettings?: HlsPlaylistSettings | null;
ManifestName: string;
SourceGroup: string;
}

§Properties

§
DashPlaylistSettings?: DashPlaylistSettings | null
[src]

DASH manifest configuration parameters.

§
HlsPlaylistSettings?: HlsPlaylistSettings | null
[src]

HLS playlist configuration parameters.

§
ManifestName: string
[src]

The name of the manifest for the channel. The name appears in the PlaybackUrl.

§
SourceGroup: string
[src]

A string used to match which HttpPackageConfiguration is used for each VodSource.