mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

Make ForwardingPlayer implement Player and not extend BasePlayer so that ForwardingPlayer forwards each Player method directly to the wrapped Player instance. PiperOrigin-RevId: 374161084