mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Media: Remove unused CastPlayer values.
PiperOrigin-RevId: 437237835
This commit is contained in:
parent
9cd37385d0
commit
cf0a680677
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue