From 11aea9b34b83e49348d20d213b34e0dd45aee3c3 Mon Sep 17 00:00:00 2001 From: Rohit Singh Date: Mon, 16 Sep 2024 13:15:40 +0100 Subject: [PATCH] Add RELEASENOTES --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b213d5a349..959ca6fc86 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -17,6 +17,9 @@ need to pass a value representing a specific duration from the default start position for which the corresponding media source has to be preloaded with this IntDef, instead of a position. + * Add `ForwardingRenderer` implementation that forwards all method calls + to another renderer + ([1703](https://github.com/androidx/media/pull/1703)). * Transformer: * Track Selection: * Extractors: