ProgressViewModel

constructor(progress: LiveData<TimeTransition?> = ImmutableLiveData(null), isBuffering: LiveData<Boolean> = ImmutableLiveData(false))

Parameters

progress

The time transition information which contains the start and end point.

isBuffering

Whether or not the progress is in a buffering state.