Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 428 Bytes

getMaxBufferAhead.md

File metadata and controls

19 lines (12 loc) · 428 Bytes

getMaxBufferAhead

Description

Returns the maximum kept buffer ahead of the current position, in seconds.

This setting can be updated either by:

  • calling the setMaxBufferAhead method.
  • instanciating an RxPlayer with a maxBufferAhead property set.

Syntax

const bufferSize = player.getMaxBufferAhead();
  • return value number: Maximum kept buffer in front of the current position, in seconds.