media/libraries/exoplayer/src/test
ibaker b5a1efdbce ForwardingTimeline: Implement & finalize some methods
`equals`, `hashCode`, and `getPeriodByUid` are correctly implemented on
`Timeline`. Overriding these in a way that maintains correctness is
fiddly, so this CL prevents that for the 'simple' case of subclasses of
`ForwardingTimeline`. Implementations of `Timeline` that need to
override these methods for performance should extend `Timeline` or
`AbstractConcatenatedTimeline` instead of `ForwardingTimeline`.

PiperOrigin-RevId: 703035721
2024-12-05 02:24:19 -08:00
..
java/androidx/media3/exoplayer ForwardingTimeline: Implement & finalize some methods 2024-12-05 02:24:19 -08:00
AndroidManifest.xml Add APIs to set data source using content URI, file path or HTTP URL 2024-07-30 06:12:56 -07:00