mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.
|
* @param chunkSourceFactory A factory for {@link DashChunkSource} instances.
|
||||||
* @return A new builder.
|
* @return A new builder.
|
||||||
*/
|
*/
|
||||||
public static Builder forSideLoadedManifest(DashManifest manifest,
|
public static Builder forSideloadedManifest(DashManifest manifest,
|
||||||
DashChunkSource.Factory chunkSourceFactory) {
|
DashChunkSource.Factory chunkSourceFactory) {
|
||||||
Assertions.checkArgument(!manifest.dynamic);
|
Assertions.checkArgument(!manifest.dynamic);
|
||||||
return new Builder(manifest, null, null, chunkSourceFactory);
|
return new Builder(manifest, null, null, chunkSourceFactory);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue