java.lang.Object

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.

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.