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
e6242690
authored
Oct 27, 2021
by
andrewlewis
Committed by
Andrew Lewis
Oct 27, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Elaborate migration info in media3 README
PiperOrigin-RevId: 405909676
parent
399172d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
README.md
README.md
View file @
e6242690
...
@@ -15,8 +15,15 @@ AndroidX Media is in alpha we recommend that production apps using ExoPlayer
...
@@ -15,8 +15,15 @@ AndroidX Media is in alpha we recommend that production apps using ExoPlayer
continue to depend on the existing ExoPlayer project. We are still handling
continue to depend on the existing ExoPlayer project. We are still handling
ExoPlayer issues on the
[
ExoPlayer issue tracker
][]
.
ExoPlayer issues on the
[
ExoPlayer issue tracker
][]
.
Updated documentation, including information on migration and a developer guide,
Updated documentation, including more information on migration and a developer
is coming soon.
guide, is coming soon. For existing ExoPlayer users, the most important change
is that all classes have been moved to new packages under
`androidx.media3`
.
AndroidX Media alpha releases provide no guarantees about API stability, but the
codebase includes API stability marking for non-alpha releases. If you see lint
errors from using the unstable API surface, you can opt-in by annotating the
relevant code or disabling the lint check entirely. For more information see the
[
UnstableApi
][]
documentation.
For a high level overview of the initial version of AndroidX Media please see
For a high level overview of the initial version of AndroidX Media please see
the Android Dev Summit talk
[
What's next for AndroidX Media and ExoPlayer
][]
.
the Android Dev Summit talk
[
What's next for AndroidX Media and ExoPlayer
][]
.
...
@@ -25,6 +32,7 @@ the Android Dev Summit talk [What's next for AndroidX Media and ExoPlayer][].
...
@@ -25,6 +32,7 @@ the Android Dev Summit talk [What's next for AndroidX Media and ExoPlayer][].
[
issue tracker
]:
https://github.com/androidx/media/issues/new
[
issue tracker
]:
https://github.com/androidx/media/issues/new
[
ExoPlayer project
]:
https://github.com/google/ExoPlayer
[
ExoPlayer project
]:
https://github.com/google/ExoPlayer
[
ExoPlayer issue tracker
]:
https://github.com/google/ExoPlayer/issues
[
ExoPlayer issue tracker
]:
https://github.com/google/ExoPlayer/issues
[
UnstableApi
]:
https://github.com/androidx/media/blob/main/libraries/common/src/main/java/androidx/media3/common/util/UnstableApi.java
[
What's next for AndroidX Media and ExoPlayer
]:
https://youtu.be/sTIBDcyCmCg
[
What's next for AndroidX Media and ExoPlayer
]:
https://youtu.be/sTIBDcyCmCg
## Using the libraries
## Using the libraries
...
...
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