@Deprecated public class ExoPlayerSourceSelectionController extends DefaultSourceSelectionController
DefaultSourceSelectionController
for use with the ExoPlayer. Adds support for DASH selection.TAGeventEmitter, listenerTokens| Constructor and Description |
|---|
ExoPlayerSourceSelectionController(EventEmitter eventEmitter)
Deprecated.
Initializes this controller with the given EventEmitter.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
selectSource(Video video)
Deprecated.
Determines best appropriate Source within given Video object based on logic implemented.
|
findBestSourceByBitRate, initializeListenersaddListener, addOnceListener, getEventEmitter, removeListener, removeListenerspublic ExoPlayerSourceSelectionController(EventEmitter eventEmitter)
eventEmitter - the EventEmitter through which this controller will interactpublic Source selectSource(Video video) throws NoSourceFoundException
SourceSelectorselectSource in interface SourceSelectorselectSource in class DefaultSourceSelectionControllervideo - Video in which to find the most appropriate SourceNoSourceFoundExceptionSourceSelector.selectSource(com.brightcove.player.model.Video)