Class EntropyMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EntropyMode>
com.azure.resourcemanager.mediaservices.models.EntropyMode
The entropy mode to be used for this layer. If not specified, the encoder chooses the mode that is appropriate for
the profile and level.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EntropyMode
Static value Cabac for EntropyMode.static final EntropyMode
Static value Cavlc for EntropyMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntropyMode
fromString
(String name) Creates or finds a EntropyMode from its string representation.static Collection<EntropyMode>
values()
Gets known EntropyMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CABAC
Static value Cabac for EntropyMode. -
CAVLC
Static value Cavlc for EntropyMode.
-
-
Constructor Details
-
EntropyMode
Deprecated.Use thefromString(String)
factory method.Creates a new instance of EntropyMode value.
-
-
Method Details
-
fromString
Creates or finds a EntropyMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding EntropyMode.
-
values
Gets known EntropyMode values.- Returns:
- known EntropyMode values.
-
fromString(String)
factory method.