Query.parseNthBufferingRange

Parse an available query and get the start and stop values stored at the index of the buffered ranges array.

class Query
int
parseNthBufferingRange
(
uint index
,
out long start
,
out long stop
)

Parameters

index uint

position in the buffered-ranges array to read

start long

the start position to set, or NULL. out[allow-none]

stop long

the stop position to set, or NULL. out[allow-none]

Return Value

Type: int

a gboolean indicating if the parsing succeeded.

Meta