H264Video.RateControlMode Property

Definition

Gets or sets the video rate control mode. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to