mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove self @link
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177938212
This commit is contained in:
parent
3c0bb7263b
commit
9cb0c2f702
1 changed files with 3 additions and 3 deletions
|
|
@ -865,15 +865,15 @@ public class SimpleExoPlayer implements ExoPlayer {
|
||||||
// Internal methods.
|
// Internal methods.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the ExoPlayer implementation used by this {@link SimpleExoPlayer}.
|
* Creates the {@link ExoPlayer} implementation used by this instance.
|
||||||
*
|
*
|
||||||
* @param renderers The {@link Renderer}s that will be used by the instance.
|
* @param renderers The {@link Renderer}s that will be used by the instance.
|
||||||
* @param trackSelector The {@link TrackSelector} that will be used by the instance.
|
* @param trackSelector The {@link TrackSelector} that will be used by the instance.
|
||||||
* @param loadControl The {@link LoadControl} that will be used by the instance.
|
* @param loadControl The {@link LoadControl} that will be used by the instance.
|
||||||
* @return A new {@link ExoPlayer} instance.
|
* @return A new {@link ExoPlayer} instance.
|
||||||
*/
|
*/
|
||||||
protected ExoPlayer createExoPlayerImpl(Renderer[] renderers, TrackSelector trackSelector,
|
protected ExoPlayer createExoPlayerImpl(
|
||||||
LoadControl loadControl) {
|
Renderer[] renderers, TrackSelector trackSelector, LoadControl loadControl) {
|
||||||
return new ExoPlayerImpl(renderers, trackSelector, loadControl);
|
return new ExoPlayerImpl(renderers, trackSelector, loadControl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue