Input
import type { Input } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconvert.ts";interface Input {
AudioSelectorGroups?: {} | null;
[key: string]: AudioSelectorGroup | null | undefined;
AudioSelectors?: {} | null;
[key: string]: AudioSelector | null | undefined;
CaptionSelectors?: {} | null;
[key: string]: CaptionSelector | null | undefined;
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?: {} | null
[src][key: string]: AudioSelectorGroup | null | undefined;
§
AudioSelectors?: {} | null
[src][key: string]: AudioSelector | null | undefined;
§
CaptionSelectors?: {} | null
[src][key: string]: CaptionSelector | null | undefined;
§
DeblockFilter?: InputDeblockFilter | null
[src]§
DecryptionSettings?: InputDecryptionSettings | null
[src]§
DenoiseFilter?: InputDenoiseFilter | null
[src]§
FilterEnable?: InputFilterEnable | null
[src]§
ImageInserter?: ImageInserter | null
[src]§
InputClippings?: InputClipping[] | null
[src]§
InputScanType?: InputScanType | null
[src]§
PsiControl?: InputPsiControl | null
[src]§
TimecodeSource?: InputTimecodeSource | null
[src]§
VideoSelector?: VideoSelector | null
[src]