TargetPreloadStatusControl.PreloadStatus


public interface TargetPreloadStatusControl.PreloadStatus

Known direct subclasses
DefaultPreloadManager.Status

An implementation of TargetPreloadStatusControl.PreloadStatus that describes the preload status of the PreloadMediaSource.


Defines the status of the preloading for a MediaSource.

Summary

Public methods

abstract int

The stage of the preloading.

abstract long

The associated value of the preloading stage.

Public methods

getStage

abstract int getStage()

The stage of the preloading.

getValue

abstract long getValue()

The associated value of the preloading stage.