Class H265Complexity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<H265Complexity>
com.azure.resourcemanager.mediaservices.models.H265Complexity
Tells the encoder how to choose its encoding settings. Quality will provide for a higher compression ratio but at a
higher cost and longer compute time. Speed will produce a relatively larger file but is faster and more economical.
The default value is Balanced.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final H265Complexity
Static value Balanced for H265Complexity.static final H265Complexity
Static value Quality for H265Complexity.static final H265Complexity
Static value Speed for H265Complexity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic H265Complexity
fromString
(String name) Creates or finds a H265Complexity from its string representation.static Collection<H265Complexity>
values()
Gets known H265Complexity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SPEED
Static value Speed for H265Complexity. -
BALANCED
Static value Balanced for H265Complexity. -
QUALITY
Static value Quality for H265Complexity.
-
-
Constructor Details
-
H265Complexity
Deprecated.Use thefromString(String)
factory method.Creates a new instance of H265Complexity value.
-
-
Method Details
-
fromString
Creates or finds a H265Complexity from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding H265Complexity.
-
values
Gets known H265Complexity values.- Returns:
- known H265Complexity values.
-
fromString(String)
factory method.