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

Input

import type { Input } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";
interface Input {
AudioSelectorGroups?: {
[key: string]: AudioSelectorGroup | null | undefined;
}
| null;
AudioSelectors?: {
[key: string]: AudioSelector | null | undefined;
}
| null;
CaptionSelectors?: {
[key: string]: CaptionSelector | null | undefined;
}
| null;
Crop?: Rectangle | null;
DeblockFilter?: InputDeblockFilter | null;
DecryptionSettings?: InputDecryptionSettings | null;
DenoiseFilter?: InputDenoiseFilter | null;
FileInput?: string | null;
FilterEnable?: InputFilterEnable | null;
FilterStrength?: number | null;
ImageInserter?: ImageInserter | null;
InputClippings?: InputClipping[] | null;
InputScanType?: InputScanType | null;
Position?: Rectangle | null;
ProgramNumber?: number | null;
PsiControl?: InputPsiControl | null;
SupplementalImps?: string[] | null;
TimecodeSource?: InputTimecodeSource | null;
TimecodeStart?: string | null;
VideoSelector?: VideoSelector | null;
}

§Properties

§
AudioSelectorGroups?: {
[key: string]: AudioSelectorGroup | null | undefined;
}
| null
[src]
§
AudioSelectors?: {
[key: string]: AudioSelector | null | undefined;
}
| null
[src]
§
CaptionSelectors?: {
[key: string]: CaptionSelector | null | undefined;
}
| null
[src]
§
Crop?: Rectangle | null
[src]
§
DeblockFilter?: InputDeblockFilter | null
[src]
§
DecryptionSettings?: InputDecryptionSettings | null
[src]
§
DenoiseFilter?: InputDenoiseFilter | null
[src]
§
FileInput?: string | null
[src]
§
FilterEnable?: InputFilterEnable | null
[src]
§
FilterStrength?: number | null
[src]
§
ImageInserter?: ImageInserter | null
[src]
§
InputClippings?: InputClipping[] | null
[src]
§
InputScanType?: InputScanType | null
[src]
§
Position?: Rectangle | null
[src]
§
ProgramNumber?: number | null
[src]
§
PsiControl?: InputPsiControl | null
[src]
§
SupplementalImps?: string[] | null
[src]
§
TimecodeSource?: InputTimecodeSource | null
[src]
§
TimecodeStart?: string | null
[src]
§
VideoSelector?: VideoSelector | null
[src]