Interface SourceSelector

    • Method Detail

      • selectSource

        @NonNull
        Source selectSource​(@NonNull
                            Video video)
                     throws NoSourceFoundException
        Determines best appropriate Source within given Video object based on logic implemented.
        Parameters:
        video - Video in which to find the most appropriate Source
        Returns:
        the best matched Source based on the currently implemented selection logic
        Throws:
        NoSourceFoundException - when no valid Source is found