mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-07-27 14:23:04 +00:00
Player: small class comment
This commit is contained in:
parent
91aed1e240
commit
ed0051a3f6
@ -133,6 +133,10 @@ import io.reactivex.rxjava3.disposables.CompositeDisposable;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
import io.reactivex.rxjava3.disposables.SerialDisposable;
|
||||
|
||||
/**
|
||||
* The ExoPlayer wrapper & Player business logic.
|
||||
* Only instantiated once, from {@link PlayerService}.
|
||||
*/
|
||||
public final class Player implements PlaybackListener, Listener {
|
||||
public static final boolean DEBUG = MainActivity.DEBUG;
|
||||
public static final String TAG = Player.class.getSimpleName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user