Package 

Interface SourceSelector


  • 
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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