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: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,8 @@ information is seen by the player.
373
373
##### useBandwidthFromLocalStorage
374
374
* Type: `boolean`
375
375
* can be used as an initialization option
376
-
If true, `bandwidth` and `throughput` values are stored in and retrieved from local
376
+
377
+
If true, `bandwidth` and `throughput` values are stored in and retrieved from local
377
378
storage on startup (for initial rendition selection). This setting is `false` by default.
378
379
379
380
##### enableLowInitialPlaylist
@@ -388,18 +389,18 @@ This setting is `false` by default.
388
389
* Type: `boolean`
389
390
* can be used as an initialization option
390
391
392
+
When `limitRenditionByPlayerDimensions` is set to true, rendition
393
+
selection logic will take into account the player size and rendition
394
+
resolutions when making a decision.
395
+
This setting is `true` by default.
396
+
391
397
##### useDevicePixelRatio
392
398
* Type: `boolean`
393
399
* can be used as an initialization option.
394
400
395
401
If true, this will take the device pixel ratio into account when doing rendition switching. This means that if you have a player with the width of `540px` in a high density display with a device pixel ratio of 2, a rendition of `1080p` will be allowed.
396
402
This setting is `false` by default.
397
403
398
-
When `limitRenditionByPlayerDimensions` is set to true, rendition
399
-
selection logic will take into account the player size and rendition
0 commit comments