From 3d0d5f5c9535eceea0d901da1373632b89490fc8 Mon Sep 17 00:00:00 2001 From: simakova Date: Thu, 20 Jul 2023 13:03:17 +0100 Subject: [PATCH] Update README file Add a link to the media dev center and add Transformer to the list of libraries PiperOrigin-RevId: 549598105 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a1e3e868..0623fae644 100644 --- a/README.md +++ b/README.md @@ -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