TransformOutput Class

Definition

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

public class TransformOutput
type TransformOutput = class
Public Class TransformOutput
Inheritance
TransformOutput

Constructors

TransformOutput()

Initializes a new instance of the TransformOutput class.

TransformOutput(Preset, Nullable<OnErrorType>, Nullable<Priority>)

Initializes a new instance of the TransformOutput class.

Properties

OnError

Gets or sets 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'. Possible values include: 'StopProcessingJob', 'ContinueJob'

Preset

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

RelativePriority

Gets or sets 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. Possible values include: 'Low', 'Normal', 'High'

Methods

Validate()

Validate the object.

Applies to