selectForAndroid static method
Selects the first source Android can play — drm == null ∪
drm is WidevineDrm. Throws NoCompatibleSourceException if no
source matches.
Implementation
static ByteArkPlayerSource selectForAndroid(
List<ByteArkPlayerSource> sources,
) =>
_selectFirstMatch(sources, _matchesAndroid, 'Widevine');