mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
Use consistent case for sideloaded
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176333544
This commit is contained in:
parent
2a02171c42
commit
d856d0f056
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public final class DashMediaSource implements MediaSource {
|
|||
* @param chunkSourceFactory A factory for {@link DashChunkSource} instances.
|
||||
* @return A new builder.
|
||||
*/
|
||||
public static Builder forSideLoadedManifest(DashManifest manifest,
|
||||
public static Builder forSideloadedManifest(DashManifest manifest,
|
||||
DashChunkSource.Factory chunkSourceFactory) {
|
||||
Assertions.checkArgument(!manifest.dynamic);
|
||||
return new Builder(manifest, null, null, chunkSourceFactory);
|
||||
|
|
|
|||
Loading…
Reference in a new issue