media/library
tonihei 0ba6e37ff9 Assign class member in StyledPlayerControlView before using it
The local tracks variable was used to assign the initial subtext
for the current track selection in the menu, but the new value
was only assigned after the subtext has been evaluated.

Assign the local variable first, so that the remaining accesses
the latest value.

Issue: google/ExoPlayer#9698
PiperOrigin-RevId: 410750396
2021-11-18 14:21:42 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Populate ICY headers into MediaMetadata 2021-11-18 14:20:26 +00:00
core Enable immediate codec start after flush 2021-11-18 14:21:33 +00:00
dash Add parsed essential/supplemental properties to the Representation. 2021-11-15 17:18:15 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Add contract tests for DataSource#getResponseHeaders 2021-11-11 13:50:45 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Populate ICY headers into MediaMetadata 2021-11-18 14:20:26 +00:00
hls HLS: Merge muxedAudioFormat into primary audio tracks 2021-11-18 14:21:16 +00:00
rtsp Add missing RetentionPolicy for IntDef 2021-11-03 15:57:29 +00:00
smoothstreaming Add @Deprecated to MediaSourceFactory deprecated overrides 2021-11-11 13:33:49 +00:00
transformer Write sample size to dumpfile in transformer tests. 2021-11-11 13:55:12 +00:00
ui Assign class member in StyledPlayerControlView before using it 2021-11-18 14:21:42 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.