Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 434 Bytes

File metadata and controls

18 lines (11 loc) · 434 Bytes

getMaxBufferSize

Description

Returns the maximum video buffer memory size limit , in kilobytes.

This setting can be updated either by:

  • calling the setMaxVideoBufferSize method.
  • instanciating an RxPlayer with a maxVideoBufferSize property set.

Syntax

const bufferSize = player.getMaxBufferSize();
  • return value number: Maximum buffer memory size limit, in kilobytes.