mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix typo in Javadoc for constructor in SsMediaSource.Factory
PiperOrigin-RevId: 702718127
This commit is contained in:
parent
e927d7b986
commit
fb2d5f905d
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ public final class SsMediaSource extends BaseMediaSource
|
|||
* @param chunkSourceFactory A factory for {@link SsChunkSource} instances.
|
||||
* @param manifestDataSourceFactory A factory for {@link DataSource} instances that will be used
|
||||
* to load (and refresh) the manifest. May be {@code null} if the factory will only ever be
|
||||
* used to create create media sources with sideloaded manifests via {@link
|
||||
* used to create media sources with sideloaded manifests via {@link
|
||||
* #createMediaSource(SsManifest, MediaItem)}.
|
||||
*/
|
||||
public Factory(
|
||||
|
|
|
|||
Loading…
Reference in a new issue