Skip to content

Commit

Permalink
Export SimpleAbrManager.
Browse files Browse the repository at this point in the history
This allows applications to reset the Player's AbrManager
and to use SimpleAbrManager in their own ABR
implementations.

Issue #355

Change-Id: I58d06c1d547b83b3221a30518620ad2352e97636
  • Loading branch information
Timothy Drews committed Apr 25, 2016
1 parent 77a987e commit 058004e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/abr/simple_abr_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ goog.require('shaka.log');
* @constructor
* @struct
* @implements {shakaExtern.AbrManager}
* @export
*/
shaka.abr.SimpleAbrManager = function() {
/** @private {?function(!Object.<string, !shakaExtern.Stream>)} */
Expand Down

0 comments on commit 058004e

Please sign in to comment.