Language

SubscriptionInfo.StreamingAppMaxDownlinkKbps Property

Definition

Returns the maximum downstream bitrate for streaming applications on this subscription plan, in Kilobits per second (Kbps) defined in GSMA TS.

public virtual long StreamingAppMaxDownlinkKbps { [Android.Runtime.Register("getStreamingAppMaxDownlinkKbps", "()J", "GetGetStreamingAppMaxDownlinkKbpsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getStreamingAppMaxDownlinkKbps", "()J", "GetGetStreamingAppMaxDownlinkKbpsHandler", ApiSince=37)>]
member this.StreamingAppMaxDownlinkKbps : int64

Property Value

The maximum downstream bandwidth for streaming in Kbps, or SubscriptionPlan#BITRATE_UNKNOWN if unknown or not applicable.

Attributes

Remarks

Returns the maximum downstream bitrate for streaming applications on this subscription plan, in Kilobits per second (Kbps) defined in GSMA TS.43 9.1.3.

This value represents the data rate that the carrier has allocated for streaming applications. It can be used by streaming apps to select an appropriate media quality that matches the available bandwidth, helping to avoid buffering.

For example, a 2000 Kbps connection would be represented as 2000.

Android reference for android.telephony.SubscriptionInfo.getStreamingAppMaxDownlinkKbps.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to