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

MsSmoothManifestEncoding

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

Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

type MsSmoothManifestEncoding = "UTF8" | "UTF16" | cmnP.UnexpectedEnumValue;

§Type