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

This adds the forwarding logic for most setters in SimpleExoPlayer in the same style as the existing logic for setPlayWhenReady. This change doesn't implement the setters for modifying media items, seeking and releasing yet as they require additional handling that goes beyond the repeated implementation pattern in this change. PiperOrigin-RevId: 492124399
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.