mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Clarify LoopingMediaSource documentation
PiperOrigin-RevId: 231171425
This commit is contained in:
parent
3c6b72ee29
commit
6b068c6ffb
@ -31,7 +31,7 @@ import java.util.Map;
|
||||
* Loops a {@link MediaSource} a specified number of times.
|
||||
*
|
||||
* <p>Note: To loop a {@link MediaSource} indefinitely, it is usually better to use {@link
|
||||
* ExoPlayer#setRepeatMode(int)}.
|
||||
* ExoPlayer#setRepeatMode(int)} instead of this class.
|
||||
*/
|
||||
public final class LoopingMediaSource extends CompositeMediaSource<Void> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user