Update README file

Add a link to the media dev center and add Transformer to the list of libraries

PiperOrigin-RevId: 549598105
This commit is contained in:
simakova 2023-07-20 13:03:17 +01:00 committed by Rohit Singh
parent 1cfaae3450
commit 3d0d5f5c95

View File

@ -1,19 +1,21 @@
# AndroidX Media
AndroidX Media is a collection of libraries for implementing media use cases on
Android, including local playback (via ExoPlayer) and media sessions.
Android, including local playback (via ExoPlayer), video editing (via Transformer) and media sessions.
## Documentation
* The [developer guide][] provides a wealth of information.
* The [class reference][] documents the classes and methods.
* The [release notes][] document the major changes in each release.
* The [media dev center][] provides samples and guidelines.
* Follow our [developer blog][] to keep up to date with the latest
developments!
[developer guide]: https://developer.android.com/guide/topics/media/media3
[class reference]: https://developer.android.com/reference/androidx/media3/common/package-summary
[release notes]: RELEASENOTES.md
[media dev center]: https://developer.android.com/media
[developer blog]: https://medium.com/google-exoplayer
## Migration for existing ExoPlayer and MediaSession projects