From 508a1d800d21f01ba752554548e6f81f2d22b8fc Mon Sep 17 00:00:00 2001 From: Tianyi Feng Date: Mon, 23 Sep 2024 17:16:35 +0000 Subject: [PATCH] Add release note --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 427de24b98..fb662efb34 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -45,6 +45,9 @@ overriding this method in `DefaultLoadControl`). The default implementation of `LoadControl` disables preloading in case an app is using a custom implementation of `LoadControl`. + * Add method `MediaSourceEventListener.EventDispatcher.dispatchEvent()` to + allow invoking events of subclass listeners + ([1736](https://github.com/androidx/media/pull/1736)). * Transformer: * Track Selection: * Extractors: