mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00

This cl doesn't implement completely the API for `ExoPlayerImpl` as `onTrackSelectionParametersChanged` is not called. The follow up cl adds `TrackSelectionParameters` in PlaybackInfo to correctly propagate the change event and mask it. Additionally `TrackSelectionParameters` is serialized as a Parcelable for now. It is transitioned to bundleable in a follow up cl. PiperOrigin-RevId: 392899918