Class Complexity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Complexity>
com.azure.resourcemanager.mediaservices.models.Complexity
Allows you to configure the encoder settings to control the balance between speed and quality. Example: set
Complexity as Speed for faster encoding but less compression efficiency.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Complexity
Static value Balanced for Complexity.static final Complexity
Static value Quality for Complexity.static final Complexity
Static value Speed for Complexity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Complexity
fromString
(String name) Creates or finds a Complexity from its string representation.static Collection<Complexity>
values()
Gets known Complexity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SPEED
Static value Speed for Complexity. -
BALANCED
Static value Balanced for Complexity. -
QUALITY
Static value Quality for Complexity.
-
-
Constructor Details
-
Complexity
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Complexity value.
-
-
Method Details
-
fromString
Creates or finds a Complexity from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Complexity.
-
values
Gets known Complexity values.- Returns:
- known Complexity values.
-
fromString(String)
factory method.