From 99d245f7a6d16896f721817b27f3b78ae0f23067 Mon Sep 17 00:00:00 2001 From: kimvde Date: Tue, 18 Aug 2020 08:08:06 +0100 Subject: [PATCH] Open source MetadataRetriever Issue: #3609 PiperOrigin-RevId: 327176362 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index de2ace72b6b..cff7ef660bb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,6 +112,8 @@ `ControlDispatcher` ([#6926](https://github.com/google/ExoPlayer/issues/6926)). * Add Guava dependency. + * Add MetadataRetriever API to retrieve the static metadata of a media + item ([#3609](https://github.com/google/ExoPlayer/issues/3609)). * Video: Pass frame rate hint to `Surface.setFrameRate` on Android R devices. * Audio: * Add a sample count parameter to `MediaCodecRenderer.processOutputBuffer`