TransformOutput interface

Describes the properties of a TransformOutput, which are the rules to be applied while generating the desired output.

Properties

onError

A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'.

preset

Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.

relativePriority

Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.

Property Details

onError

A Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The overall Job state will not reflect failures of outputs that are specified with 'ContinueJob'. The default is 'StopProcessingJob'.

onError?: string

Property Value

string

preset

Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.

preset: PresetUnion

Property Value

relativePriority

Sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal.

relativePriority?: string

Property Value

string