mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

A few methods in PlayerInfo and related classes combine filtering information with bundling in one method. This makes it impossible to use just the filtering for example and it's also easier to reason about than two dedicated methods. This change splits these methods into two parts accordingly. PiperOrigin-RevId: 572592458 (cherry picked from commit 4ebe630a80296cbb4437336a50abccb39da978f7)