File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1414# Please keep the list sorted.
1515
1616Google Inc. <*@google.com>
17+ Sanborn Hilland <sanbornh@rogers.com>
Original file line number Diff line number Diff line change 2424
2525Joey Parrish <joeyparrish@google.com>
2626Natalie Harris <natalieharris@google.com>
27+ Sanborn Hilland <sanbornh@rogers.com>
2728Timothy Drews <tdrews@google.com>
2829Vasanth Polipelli <vasanthap@google.com>
Original file line number Diff line number Diff line change @@ -1008,6 +1008,15 @@ shaka.player.Player.prototype.enableAdaptation = function(enabled) {
10081008} ;
10091009
10101010
1011+ /**
1012+ * @return {boolean } Return true if automatic bitrate adaptation enabled.
1013+ * @export
1014+ */
1015+ shaka . player . Player . prototype . getAdaptationEnabled = function ( ) {
1016+ return this . adaptationEnabled_ ;
1017+ } ;
1018+
1019+
10111020/**
10121021 * @return {number } Current playback time in seconds.
10131022 * @export
You can’t perform that action at this time.
0 commit comments