selectForIOS static method
Selects the first source iOS can play — drm == null ∪
drm is FairPlayDrm. Throws NoCompatibleSourceException if no
source matches.
Implementation
static ByteArkPlayerSource selectForIOS(
List<ByteArkPlayerSource> sources,
) =>
_selectFirstMatch(sources, _matchesIOS, 'FairPlay');