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

MsSmoothOutputSettings

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

Ms Smooth Output Settings

interface MsSmoothOutputSettings {
H265PackagingType?: MsSmoothH265PackagingType | null;
NameModifier?: string | null;
}

§Properties

§
H265PackagingType?: MsSmoothH265PackagingType | null
[src]

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

§
NameModifier?: string | null
[src]

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.