mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix typo in ExoPlayer.java
PiperOrigin-RevId: 501287961
This commit is contained in:
parent
a9135e2eff
commit
ee720c56ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ public interface ExoPlayer extends Player {
|
|||
* <p>The backing thread should run with priority {@link Process#THREAD_PRIORITY_AUDIO} and
|
||||
* should handle messages within 10ms.
|
||||
*
|
||||
* @param playbackLooper A {@link looper}.
|
||||
* @param playbackLooper A {@link Looper}.
|
||||
* @return This builder.
|
||||
* @throws IllegalStateException If {@link #build()} has already been called.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue