public interface SequenceableLoader
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SequenceableLoader.Callback<T extends SequenceableLoader>
A callback to be notified of
SequenceableLoader events. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueLoading(long positionUs)
Attempts to continue loading.
|
long |
getNextLoadPositionUs()
Returns the next load time, or
C.TIME_END_OF_SOURCE if loading has finished. |
long getNextLoadPositionUs()
C.TIME_END_OF_SOURCE if loading has finished.boolean continueLoading(long positionUs)
positionUs - The current playback position.getNextLoadPositionUs() will return
a different value than prior to the call. False otherwise.