1
0
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:
Profpatsch 2025-05-13 18:53:02 +02:00 committed by Stypox
parent 91aed1e240
commit ed0051a3f6
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

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