Compartir a través de


H264Video.RateControlMode Propiedad

Definición

Obtiene o establece el modo de control de velocidad de vídeo. Entre los valores posibles se incluyen: "ABR", "CBR", "CRF".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a