Share via


PresetConfigurations.MaxBitrateBps Property

Definition

Gets or sets the maximum bitrate in bits per second (threshold for the top video layer). Example: set MaxBitrateBps as 6000000 to avoid producing very high bitrate outputs for contents with high complexity.

[Newtonsoft.Json.JsonProperty(PropertyName="maxBitrateBps")]
public int? MaxBitrateBps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxBitrateBps")>]
member this.MaxBitrateBps : Nullable<int> with get, set
Public Property MaxBitrateBps As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to