Package com.opentok.android
Class SubscriberKit.SenderStats
java.lang.Object
com.opentok.android.SubscriberKit.SenderStats
- Enclosing class:
SubscriberKit
Represents video statistics reported by the sender side, such as bitrate estimates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe current bandwidth estimation for the sender connection.longThe maximum bitrate that can be estimated for the sender connection. -
Constructor Summary
ConstructorsConstructorDescriptionSenderStats(long connectionMaxAllocatedBitrate, long connectionEstimatedBandwidth) -
Method Summary
-
Field Details
-
connectionMaxAllocatedBitrate
public long connectionMaxAllocatedBitrateThe maximum bitrate that can be estimated for the sender connection. -
connectionEstimatedBandwidth
public long connectionEstimatedBandwidthThe current bandwidth estimation for the sender connection.
-
-
Constructor Details
-
SenderStats
public SenderStats(long connectionMaxAllocatedBitrate, long connectionEstimatedBandwidth)
-