You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -908,9 +908,10 @@ var config = {
908
908
909
909
Customized Adaptive Bitrate Streaming Controller.
910
910
911
-
Parameter should be a class providing a getter/setter and a `destroy()` method:
911
+
Parameter should be a class providing 2 getters, 2 setters and a `destroy()` method:
912
912
913
913
- get/set `nextAutoLevel`: return next auto-quality level/force next auto-quality level that should be returned (currently used for emergency switch down)
914
+
- get/set `autoLevelCapping`: capping/max level value that could be used by ABR Controller
914
915
-`destroy()`: should clean-up all used resources
915
916
916
917
For `hls.bandwidthEstimate()` to return an estimate from your custom controller, it will also need to satisfy `abrController.bwEstimator.getEstimate()`.
0 commit comments