public static interface DashChunkSource.EventListener
DashChunkSource events.| Modifier and Type | Method and Description |
|---|---|
void |
onAvailableRangeChanged(int sourceId,
TimeRange availableRange)
Invoked when the available seek range of the stream has changed.
|
void onAvailableRangeChanged(int sourceId,
TimeRange availableRange)
sourceId - The id of the reporting DashChunkSource.availableRange - The range which specifies available content that can be seeked to.