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

OutputGroupSettings

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

Output Group Settings

interface OutputGroupSettings {
ArchiveGroupSettings?: ArchiveGroupSettings | null;
FrameCaptureGroupSettings?: FrameCaptureGroupSettings | null;
HlsGroupSettings?: HlsGroupSettings | null;
MediaPackageGroupSettings?: MediaPackageGroupSettings | null;
MsSmoothGroupSettings?: MsSmoothGroupSettings | null;
MultiplexGroupSettings?: MultiplexGroupSettings | null;
RtmpGroupSettings?: RtmpGroupSettings | null;
UdpGroupSettings?: UdpGroupSettings | null;
}

§Properties

§
ArchiveGroupSettings?: ArchiveGroupSettings | null
[src]
§
FrameCaptureGroupSettings?: FrameCaptureGroupSettings | null
[src]
§
HlsGroupSettings?: HlsGroupSettings | null
[src]
§
MediaPackageGroupSettings?: MediaPackageGroupSettings | null
[src]
§
MsSmoothGroupSettings?: MsSmoothGroupSettings | null
[src]
§
MultiplexGroupSettings?: MultiplexGroupSettings | null
[src]
§
RtmpGroupSettings?: RtmpGroupSettings | null
[src]
§
UdpGroupSettings?: UdpGroupSettings | null
[src]