SubscriptionInfo.StreamingAppMaxUplinkKbps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the maximum upstream bitrate for streaming applications on this subscription plan, in Kilobits per second (Kbps) defined in GSMA TS.
public virtual long StreamingAppMaxUplinkKbps { [Android.Runtime.Register("getStreamingAppMaxUplinkKbps", "()J", "GetGetStreamingAppMaxUplinkKbpsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getStreamingAppMaxUplinkKbps", "()J", "GetGetStreamingAppMaxUplinkKbpsHandler", ApiSince=37)>]
member this.StreamingAppMaxUplinkKbps : int64
Property Value
The maximum upstream bitrate for streaming in Kbps, or
SubscriptionPlan#BITRATE_UNKNOWN if unknown or not applicable.
- Attributes
Remarks
Returns the maximum upstream 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 to upload data. It can be used by streaming apps to select an appropriate media quality for outgoing streams, helping to avoid buffering or connection issues.
For example, a 1000 Kbps connection would be represented as 1000.
Android reference for android.telephony.SubscriptionInfo.getStreamingAppMaxUplinkKbps.
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.