PlaybackMetrics.NetworkTransferDurationMillis Property

Definition

Gets network transfer duration in milliseconds.

public long NetworkTransferDurationMillis { [Android.Runtime.Register("getNetworkTransferDurationMillis", "()J", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getNetworkTransferDurationMillis", "()J", "", ApiSince=31)>]
member this.NetworkTransferDurationMillis : int64

Property Value

Attributes

Remarks

Gets network transfer duration in milliseconds.

Total transfer time spent reading from the network in ms. For parallel requests, the overlapping time intervals are counted only once.

Java documentation for android.media.metrics.PlaybackMetrics.getNetworkTransferDurationMillis().

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