-
- All Implemented Interfaces:
-
com.brightcove.player.controller.SourceSelector
public class HlsSourceSelector implements SourceSelector
The HLS Source Selector navigates the Video Source Collection and selects an HLS source. Selects the higher HLS version available in the SourceCollection retrieved with
It selects HTTPS if available.{@code * source.getProperties().get(Source.Fields.EXT_X_VERSION) * }
This selector prioritize HEVC sources for Android API level 21 and higher.
-
-
Method Summary
Modifier and Type Method Description Source
selectSource(@NonNull() Video video)
Determines best appropriate Source within given Video object based on logic implemented. -
-
Method Detail
-
selectSource
@NonNull() Source selectSource(@NonNull() Video video)
Determines best appropriate Source within given Video object based on logic implemented.
-
-
-
-