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

H264UnregisteredSeiTimecode

import type { H264UnregisteredSeiTimecode } 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 H264UnregisteredSeiTimecode = "DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

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