-
public interface SourceSelector
Defines methods provided by any class that allows for selection of a Source within a Video object by some set of rules or logic.
-
-
Method Summary
Modifier and Type Method Description abstract Source
selectSource(@NonNull() Video video)
Determines best appropriate Source within given Video object based on logic implemented. -
-
Method Detail
-
selectSource
@NonNull() abstract Source selectSource(@NonNull() Video video)
Determines best appropriate Source within given Video object based on logic implemented.
- Parameters:
video
- Video in which to find the most appropriate Source
-
-
-
-