Uses of Class
com.azure.resourcemanager.mediaservices.models.TransformOutput
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of TransformOutput in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionTransformInner.outputs()
Get the outputs property: An array of one or more TransformOutputs that the Transform should generate.TransformProperties.outputs()
Get the outputs property: An array of one or more TransformOutputs that the Transform should generate.Modifier and TypeMethodDescriptionTransformInner.withOutputs
(List<TransformOutput> outputs) Set the outputs property: An array of one or more TransformOutputs that the Transform should generate.TransformProperties.withOutputs
(List<TransformOutput> outputs) Set the outputs property: An array of one or more TransformOutputs that the Transform should generate. -
Uses of TransformOutput in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionTransformOutput.withOnError
(OnErrorType onError) Set the onError property: A Transform can define more than one outputs.TransformOutput.withPreset
(Preset preset) Set the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.TransformOutput.withRelativePriority
(Priority relativePriority) Set the relativePriority property: Sets the relative priority of the TransformOutputs within a Transform.Modifier and TypeMethodDescriptionTransform.outputs()
Gets the outputs property: An array of one or more TransformOutputs that the Transform should generate.Modifier and TypeMethodDescriptionTransform.DefinitionStages.WithOutputs.withOutputs
(List<TransformOutput> outputs) Specifies the outputs property: An array of one or more TransformOutputs that the Transform should generate..Transform.UpdateStages.WithOutputs.withOutputs
(List<TransformOutput> outputs) Specifies the outputs property: An array of one or more TransformOutputs that the Transform should generate..