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

AfdSignaling

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

This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to specify whether the service includes AFD values in the output video data and what those values are. * Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the input AFD scaler data.

type AfdSignaling =
| "NONE"
| "AUTO"
| "FIXED"

§Type

§
"NONE" | "AUTO" | "FIXED" | cmnP.UnexpectedEnumValue
[src]