media/library/src/main/java/com/google/android/exoplayer2/trackselection
olly 2c54363204 Report track groups and selections through ExoPlayer
TrackSelector no longer has a listener. Instead, tracks
change events are reported through ExoPlayer.EventListener.
Applications interested in retrieving the selection info
should retrieve it directly from the TrackSelector by
calling an exposed getter.

Pretty sure the ref'd issue is fixed as a side effect of
this change.

Issue: #1942

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137183073
2016-10-27 12:27:55 +01:00
..
AdaptiveVideoTrackSelection.java Make sure TrackSelections refer to the correct TrackGroups 2016-08-31 15:25:05 +01:00
BaseTrackSelection.java Fix HLS Timeline.isDynamic 2016-09-13 17:42:05 +01:00
DefaultTrackSelector.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00
FixedTrackSelection.java Make sure TrackSelections refer to the correct TrackGroups 2016-08-31 15:25:05 +01:00
MappingTrackSelector.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00
RandomTrackSelection.java Make sure TrackSelections refer to the correct TrackGroups 2016-08-31 15:25:05 +01:00
TrackSelection.java Sanitize constants 2016-08-31 15:25:18 +01:00
TrackSelectionArray.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00
TrackSelector.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00