H264Layer.EntropyMode Property

Definition

Gets or sets 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. Possible values include: 'Cabac', 'Cavlc'

[Newtonsoft.Json.JsonProperty(PropertyName="entropyMode")]
public Microsoft.Azure.Management.Media.Models.EntropyMode? EntropyMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entropyMode")>]
member this.EntropyMode : Nullable<Microsoft.Azure.Management.Media.Models.EntropyMode> with get, set
Public Property EntropyMode As Nullable(Of EntropyMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to