1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-09 11:43:01 +00:00

Player: small class comment

This commit is contained in:
Profpatsch
2025-05-13 18:53:02 +02:00
committed by Stypox
parent 91aed1e240
commit ed0051a3f6

View File

@@ -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();