-
- All Implemented Interfaces:
-
com.brightcove.player.controller.SourceSelector
,com.brightcove.player.event.Component
@Deprecated() public class ExoPlayerSourceSelectionController extends DefaultSourceSelectionController
-
-
Constructor Summary
Constructors Constructor Description ExoPlayerSourceSelectionController(EventEmitter eventEmitter)
Initializes this controller with the given EventEmitter.
-
Method Summary
Modifier and Type Method Description Source
selectSource(@NonNull() Video video)
-
Methods inherited from class com.brightcove.player.controller.DefaultSourceSelectionController
create, createWithSourceSelector, findBestSourceByBitRate, getSourceSelector, selectSource, setSourceSelector
-
Methods inherited from class com.brightcove.player.event.AbstractComponent
addListener, addOnceListener, getEventEmitter, removeListener, removeListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
selectSource
@NonNull() Source selectSource(@NonNull() Video video)
-
-
-
-