media/library/src/main/java/com/google/android/exoplayer2/trackselection
olly 5debf5a14a Use bitrate as fixed track selection tie breaker
If we don't have resolutions (and therefore cannot determine
pixel counts) then use bitrate as a tie breaker instead. Also
use pixel count as a tie breaker if pixel counts are known
but equal. Streams with known pixel counts will always be
preferred over streams without.

Issue: #2343

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145269968
2017-01-24 14:25:47 +00: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 Use bitrate as fixed track selection tie breaker 2017-01-24 14:25:47 +00:00
FixedTrackSelection.java Make sure TrackSelections refer to the correct TrackGroups 2016-08-31 15:25:05 +01:00
MappingTrackSelector.java Enable tunneling end-to-end 2017-01-17 17:21:10 +00: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 Add TrackSelectorResult 2017-01-13 17:27:25 +00:00
TrackSelectorResult.java Fix possible track selection NPE 2017-01-20 19:27:30 +00:00