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

H265Tiles

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

Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.

type H265Tiles = "DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]