getMaxBufferBehind
Description
Returns the maximum kept buffer before the current position, in seconds.
This setting can be updated either by:
- calling the
setMaxBufferBehindmethod. - instanciating an RxPlayer with a
maxBufferBehindproperty set.
Syntax
const bufferSize = player.getMaxBufferBehind();
- return value
number: Maximum kept buffer before the current position, in seconds.