Share via


PresetConfigurations.MinBitrateBps Property

Definition

Gets or sets the minimum bitrate in bits per second (threshold for the bottom video layer). Example: set MinBitrateBps as 200000 to have a bottom layer that covers users with low network bandwidth.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to