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

MxfXavcDurationMode

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

To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance (DROP_FRAMES_FOR_COMPLIANCE). To include all frames from your input in this output, keep the default setting, Allow any duration (ALLOW_ANY_DURATION). The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

type MxfXavcDurationMode = "ALLOW_ANY_DURATION" | "DROP_FRAMES_FOR_COMPLIANCE" | cmnP.UnexpectedEnumValue;

§Type

§
"ALLOW_ANY_DURATION" | "DROP_FRAMES_FOR_COMPLIANCE" | cmnP.UnexpectedEnumValue
[src]