NewPipe/app/src/main/java/org/schabi/newpipe/download
AudricV 77bbbc88f8
Use ListHelper to get secondary audio streams for video-only streams
Instead of searching for the first audio stream matching a compatible media
format, this change makes SecondaryStreamHelper.getAudioStreamFor use methods
isLimitingDataUsage, getAudioFormatComparator and getAudioIndexByHighestRank of
ListHelper to get an audio stream which can be muxed into a video-only stream,
if available.

This allows users to download videos with the highest audio quality available
if no resolution limit on mobile data usage has been set.

The order of formats used to search a compatible audio stream has been kept.
2023-09-24 18:23:45 +02:00
..
DownloadActivity.java Use view binding in DownloadActivity. 2020-12-19 04:19:59 +05:30
DownloadDialog.java Use ListHelper to get secondary audio streams for video-only streams 2023-09-24 18:23:45 +02:00
LoadingDialog.java Improved downloading experience (#10407) 2023-09-18 05:24:03 +05:30