LayerEntropyMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public readonly struct LayerEntropyMode : IEquatable<Azure.ResourceManager.Media.Models.LayerEntropyMode>
type LayerEntropyMode = struct
Public Structure LayerEntropyMode
Implements IEquatable(Of LayerEntropyMode)
- Inheritance
-
LayerEntropyMode
- Implements
Constructors
LayerEntropyMode(String) |
Initializes a new instance of LayerEntropyMode. |
Properties
Cabac |
Context Adaptive Binary Arithmetic Coder (CABAC) entropy encoding. |
Cavlc |
Context Adaptive Variable Length Coder (CAVLC) entropy encoding. |
Methods
Equals(LayerEntropyMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(LayerEntropyMode, LayerEntropyMode) |
Determines if two LayerEntropyMode values are the same. |
Implicit(String to LayerEntropyMode) |
Converts a string to a LayerEntropyMode. |
Inequality(LayerEntropyMode, LayerEntropyMode) |
Determines if two LayerEntropyMode values are not the same. |
Applies to
Azure SDK for .NET