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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,7 @@ minBufferMs | number | The default minimum duration of media that the player wil
385
385
maxBufferMs | number | The default maximum duration of media that the player will attempt to buffer, in milliseconds.
386
386
bufferForPlaybackMs | number | The default duration of media that must be buffered for playback to start or resume following a user action such as a seek, in milliseconds.
387
387
bufferForPlaybackAfterRebufferMs | number | The default duration of media that must be buffered for playback to resume after a rebuffer, in milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user action.
388
+
maxHeapAllocationPercent | number | The percentage of available heap that the video can use to buffer, between 0 and 1
388
389
389
390
This prop should only be set when you are setting the source, changing it after the media is loaded will cause it to be reloaded.
0 commit comments