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