Uses of Class
com.azure.resourcemanager.mediaservices.models.Complexity
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Complexity in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final Complexity
Complexity.BALANCED
Static value Balanced for Complexity.static final Complexity
Complexity.QUALITY
Static value Quality for Complexity.static final Complexity
Complexity.SPEED
Static value Speed for Complexity.Modifier and TypeMethodDescriptionPresetConfigurations.complexity()
Get the complexity property: Allows you to configure the encoder settings to control the balance between speed and quality.static Complexity
Complexity.fromString
(String name) Creates or finds a Complexity from its string representation.Modifier and TypeMethodDescriptionstatic Collection<Complexity>
Complexity.values()
Gets known Complexity values.Modifier and TypeMethodDescriptionPresetConfigurations.withComplexity
(Complexity complexity) Set the complexity property: Allows you to configure the encoder settings to control the balance between speed and quality.