mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Media: Remove unused CastPlayer values.
PiperOrigin-RevId: 437237835
This commit is contained in:
parent
9cd37385d0
commit
cf0a680677
@ -109,9 +109,6 @@ public final class CastPlayer extends BasePlayer {
|
||||
|
||||
private static final String TAG = "CastPlayer";
|
||||
|
||||
private static final int RENDERER_INDEX_VIDEO = 0;
|
||||
private static final int RENDERER_INDEX_AUDIO = 1;
|
||||
private static final int RENDERER_INDEX_TEXT = 2;
|
||||
private static final long PROGRESS_REPORT_PERIOD_MS = 1000;
|
||||
private static final long[] EMPTY_TRACK_ID_ARRAY = new long[0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user