mirror of
https://github.com/samsonjs/media.git
synced 2026-04-25 14:47:40 +00:00
Make data sources private in SegmentDownloader
Also fix SegmentDownloader.remove to not return early ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165295432
This commit is contained in:
parent
f8e47553e8
commit
c94bce17b4
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ public final class DashUtil {
|
|||
*
|
||||
* @param dataSource The source from which the data should be loaded.
|
||||
* @param representation The representation which initialization chunk belongs to.
|
||||
* @return {@link ChunkIndex} of the given representation.
|
||||
* @return The {@link ChunkIndex} of the given representation, or null if no initialization or
|
||||
* index data exists.
|
||||
* @throws IOException Thrown when there is an error while loading.
|
||||
* @throws InterruptedException Thrown if the thread was interrupted.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue