Query.addBufferingRange

Set the buffering-ranges array field in query. The current last start position of the array should be inferior to start.

class Query
bool
addBufferingRange
(
long start
,
long stop
)

Parameters

start long

start position of the range

stop long

stop position of the range

Return Value

Type: bool

a gboolean indicating if the range was added or not.