SourceSelector

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.

Inheritors

Functions

Link copied to clipboard
abstract fun selectSource(video: Video): Source
Determines best appropriate Source within given Video object based on logic implemented.