Variable ImportCustomVideoCommandSchemaConst
ImportCustomVideoCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
audio_languages: {
additionalItems: boolean;
description: string;
items: {
description: string;
type: string;
};
type: string;
uniqueItems: boolean;
};
caption_languages: {
additionalItems: boolean;
description: string;
items: {
description: string;
type: string;
};
type: string;
uniqueItems: boolean;
};
cmaf_size_in_bytes: {
description: string;
type: string[];
};
custom_id: {
description: string;
type: string[];
};
dash_manifest_path: {
description: string;
type: string[];
};
dash_size_in_bytes: {
description: string;
type: string[];
};
finished_date: {
description: string;
type: string[];
};
hls_manifest_path: {
description: string;
type: string[];
};
hls_size_in_bytes: {
description: string;
type: string[];
};
is_protected: {
description: string;
type: string;
};
length_in_seconds: {
description: string;
type: string[];
};
output_format: {
description: string;
enum: string[];
title: string;
type: string;
};
source_file_extension: {
description: string;
type: string[];
};
source_file_name: {
description: string;
type: string[];
};
source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
source_size_in_bytes: {
description: string;
type: string[];
};
subtitle_languages: {
additionalItems: boolean;
description: string;
items: {
description: string;
type: string;
};
type: string;
uniqueItems: boolean;
};
title: {
description: string;
minLength: number;
pattern: string;
type: string;
};
video_bitrates: {
additionalItems: boolean;
description: string;
items: {
description: string;
type: string;
};
type: string;
uniqueItems: boolean;
};
video_streams: {
additionalItems: boolean;
description: string;
items: {
additionalProperties: boolean;
description: string;
properties: {
bitrate_in_kbps: {
description: string;
type: string[];
};
codecs: {
description: string;
type: string[];
};
display_aspect_ratio: {
description: string;
type: string[];
};
file: {
description: string;
type: string[];
};
file_template: {
description: string;
type: string[];
};
format: {
description: string;
enum: string[];
title: string;
type: string;
};
frame_rate: {
description: string;
type: string[];
};
height: {
description: string;
type: string[];
};
iv: {
description: string;
type: string[];
};
key_id: {
description: string;
type: string[];
};
label: {
description: string;
type: string;
};
language_code: {
description: string;
type: string[];
};
language_name: {
description: string;
type: string[];
};
pixel_aspect_ratio: {
description: string;
type: string[];
};
sampling_rate: {
description: string;
type: string[];
};
type: {
description: string;
enum: string[];
title: string;
type: string;
};
width: {
description: string;
type: string[];
};
};
required: string[];
title: string;
type: string;
};
type: string;
};
};
required: string[];
title: string;
type: string;
} = ImportCustomVideoCommand