SubscriptionPlan.Builder.SetStreamingAppMaxDownlinkKbps(Int64) Method
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.
Sets the maximum downstream bitrate for streaming applications on this subscription plan, in Kilobits per second (Kbps) defined in GSMA TS.43 9.1.3.
[Android.Runtime.Register("setStreamingAppMaxDownlinkKbps", "(J)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetStreamingAppMaxDownlinkKbps_JHandler", ApiSince=37)]
public virtual Android.Telephony.SubscriptionPlan.Builder SetStreamingAppMaxDownlinkKbps(long downlinkKbps);
[<Android.Runtime.Register("setStreamingAppMaxDownlinkKbps", "(J)Landroid/telephony/SubscriptionPlan$Builder;", "GetSetStreamingAppMaxDownlinkKbps_JHandler", ApiSince=37)>]
abstract member SetStreamingAppMaxDownlinkKbps : int64 -> Android.Telephony.SubscriptionPlan.Builder
override this.SetStreamingAppMaxDownlinkKbps : int64 -> Android.Telephony.SubscriptionPlan.Builder
Parameters
- downlinkKbps
- Int64
The maximum downstream bandwidth in Kbps.
Returns
- Attributes
Remarks
Sets the maximum downstream bitrate for streaming applications on this subscription plan, in Kilobits per second (Kbps) defined in GSMA TS.43 9.1.3.
Android reference for android.telephony.SubscriptionPlan.Builder.setStreamingAppMaxDownlinkKbps.
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.