java.lang.Object

com.opentok.android.SubscriberKit.SenderStats

包含クラス: : SubscriberKit


public static class SubscriberKit.SenderStats extends 目的

送信側から報告された、ビットレートの推定値などの動画統計情報を表します。

フィールド概要

フィールド

修飾子と型

フィールド

説明

long

connectionEstimatedBandwidth

送信側接続の現在の帯域幅の推定値。

long

connectionMaxAllocatedBitrate

送信側接続について推定可能な最大ビットレート。

方法の概要

java.lang クラスから継承されたメソッド。目的

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

フィールドの詳細

connectionMaxAllocatedBitrate

public long connectionMaxAllocatedBitrate

送信側接続について推定可能な最大ビットレート。

推定接続帯域幅

public long connectionEstimatedBandwidth

送信側接続の現在の帯域幅の推定値。