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

H265AlternateTransferFunctionSei

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

Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).

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

§Type

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