Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
acacb23b
authored
Mar 25, 2022
by
huangdarwin
Committed by
Ian Baker
Mar 25, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Media: Remove unused CastPlayer values.
PiperOrigin-RevId: 437237835
parent
5f573ad3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
libraries/cast/src/main/java/androidx/media3/cast/CastPlayer.java
libraries/cast/src/main/java/androidx/media3/cast/CastPlayer.java
View file @
acacb23b
...
...
@@ -111,9 +111,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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment