public static class MediaElement.LoadProgressInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
MediaElement.LoadProgressInfo.TimeRange
Class used to represent a set of time ranges.
|
Modifier and Type | Field and Description |
---|---|
MediaElement.LoadProgressInfo.TimeRange[] |
buffered
The ranges of the media source that the browser has currently buffered.
|
long |
loadedBytes
The number of bytes transferred since the beginning of the operation
or -1 if the data is not computable.
|
long |
totalBytes
The total number of bytes of content that will be transferred during the operation
or -1 if the data is not computable.
|
Modifier | Constructor and Description |
---|---|
protected |
LoadProgressInfo()
Empty constructor for tests.
|
public final long loadedBytes
public final long totalBytes
@Nullable public final MediaElement.LoadProgressInfo.TimeRange[] buffered