EntropyMode 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.
Defines values for EntropyMode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EntropyModeConverter))]
public struct EntropyMode : IEquatable<Microsoft.Azure.Management.Media.Models.EntropyMode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EntropyModeConverter))>]
type EntropyMode = struct
Public Structure EntropyMode
Implements IEquatable(Of EntropyMode)
- Inheritance
-
EntropyMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Cabac |
Context Adaptive Binary Arithmetic Coder (CABAC) entropy encoding. |
Cavlc |
Context Adaptive Variable Length Coder (CAVLC) entropy encoding. |
Methods
Equals(EntropyMode) |
Compares enums of type EntropyMode |
Equals(Object) |
Overrides Equals operator for EntropyMode |
GetHashCode() |
Returns for hashCode EntropyMode |
ToString() |
Returns string representation for EntropyMode |
Operators
Equality(EntropyMode, EntropyMode) |
Overriding == operator for enum EntropyMode |
Implicit(EntropyMode to String) |
Implicit operator to convert EntropyMode to string |
Implicit(String to EntropyMode) |
Implicit operator to convert string to EntropyMode |
Inequality(EntropyMode, EntropyMode) |
Overriding != operator for enum EntropyMode |