Share via


H264Video.Complexity Property

Definition

Gets or sets tells the encoder how to choose its encoding settings. The default value is Balanced. Possible values include: 'Speed', 'Balanced', 'Quality'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to