Import custom video command schema.

Hierarchy

  • ImportCustomVideoCommand

Properties

audio_languages?: string[]

An array of audio language values.

caption_languages?: string[]

An array of closed caption language values.

cmaf_size_in_bytes?: null | number

CMAF output size in bytes.

custom_id?: null | string

An identifier for the custom video.

dash_manifest_path?: null | string

Path to the DASH manifest in the output storage.

dash_size_in_bytes?: null | number

DASH output size in bytes.

finished_date?: null | string

ISO 8601 Datetime when the encoding finished.

hls_manifest_path?: null | string

Path to the HLS manifest in the output storage.

hls_size_in_bytes?: null | number

HLS output size in bytes.

is_protected?: boolean

Is video DRM-protected or not.

length_in_seconds?: null | number

Video length in seconds.

output_format?: OutputFormat

Output format.

source_file_extension?: null | string

Source file extension of the custom video.

source_file_name?: null | string

Source file name of the custom video.

source_location: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

source_size_in_bytes?: null | number

The combined size of all source video, audio, and subtitle files.

subtitle_languages?: string[]

An array of subtitle language values.

title: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

video_bitrates?: number[]

An array of video bitrate values.

video_streams?: CustomVideoStream[]

An array of video stream objects.

Generated using TypeDoc