Condividi tramite


LayerEntropyMode Struct

Definition

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

Name Description
LayerEntropyMode(String)

Initializes a new instance of LayerEntropyMode.

Properties

Name Description
Cabac

Context Adaptive Binary Arithmetic Coder (CABAC) entropy encoding.

Cavlc

Context Adaptive Variable Length Coder (CAVLC) entropy encoding.

Methods

Name Description
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

Name Description
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