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

H265UnregisteredSeiTimecode

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

Inserts timecode for each frame as 4 bytes of an unregistered SEI message.

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

§Type

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