public interface Metrics
- Values will be updated periodically. - These values are currently available only for DASH.
Modifier and Type | Method and Description |
---|---|
BufferedSegments |
getBufferedSegments()
The total number of audio and video segments in the buffer.
|
long |
getCorruptedVideoFrames()
The total number of corrupted video frames since the last source change.
|
double |
getCurrentBandwidthEstimate()
The current estimated bandwidth since the last source change.
|
Long |
getDroppedVideoFrames()
The total number of dropped video frames since the last source change.
|
long |
getTotalBytesLoaded()
The total number of bytes loaded since the last source change.
|
BufferedSegments getBufferedSegments()
- For more details, see BufferedSegments
long getCorruptedVideoFrames()
double getCurrentBandwidthEstimate()
- Represented in bits per second.
Long getDroppedVideoFrames()
long getTotalBytesLoaded()