Uses of Class
com.azure.resourcemanager.mediaservices.models.EntropyMode
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of EntropyMode in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final EntropyMode
EntropyMode.CABAC
Static value Cabac for EntropyMode.static final EntropyMode
EntropyMode.CAVLC
Static value Cavlc for EntropyMode.Modifier and TypeMethodDescriptionH264Layer.entropyMode()
Get the entropyMode property: The entropy mode to be used for this layer.static EntropyMode
EntropyMode.fromString
(String name) Creates or finds a EntropyMode from its string representation.Modifier and TypeMethodDescriptionstatic Collection<EntropyMode>
EntropyMode.values()
Gets known EntropyMode values.Modifier and TypeMethodDescriptionH264Layer.withEntropyMode
(EntropyMode entropyMode) Set the entropyMode property: The entropy mode to be used for this layer.