public interface SourceSelector
Modifier and Type | Method and Description |
---|---|
Source |
selectSource(Video video)
Determines best appropriate Source within given Video object based on logic implemented.
|
@NonNull Source selectSource(@NonNull Video video) throws NoSourceFoundException
video
- Video in which to find the most appropriate SourceNoSourceFoundException
- when no valid Source
is found