com.opentok.android.SubscriberKit.SenderStats
Enclosing class:
: SubscriberKit
public static class SubscriberKit.SenderStats extends Object
Represents video statistics reported by the sender side, such as bitrate estimates.
Field Summary
Fields
Modifier and Type
Field
Description
long
connectionEstimatedBandwidth
The current bandwidth estimation for the sender connection.
long
connectionMaxAllocatedBitrate
The maximum bitrate that can be estimated for the sender connection.
Constructor Summary
Constructors
Constructor
Description
SenderStats(long connectionMaxAllocatedBitrate, long connectionEstimatedBandwidth)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Details
connectionMaxAllocatedBitrate
public long connectionMaxAllocatedBitrate
The maximum bitrate that can be estimated for the sender connection.
connectionEstimatedBandwidth
public long connectionEstimatedBandwidth
The current bandwidth estimation for the sender connection.
Constructor Details
SenderStats
public SenderStats(long connectionMaxAllocatedBitrate, long connectionEstimatedBandwidth)