public interface BandwidthMeter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BandwidthMeter.EventListener
A listener of
BandwidthMeter events. |
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_ESTIMATE
Indicates no bandwidth estimate is available.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBitrateEstimate()
Returns the estimated bandwidth in bits/sec, or
NO_ESTIMATE if an estimate is not
available. |
static final long NO_ESTIMATE
long getBitrateEstimate()
NO_ESTIMATE if an estimate is not
available.