Query.parseNthBufferingRange

bool parseNthBufferingRange(uint index, out long start, out long stop)

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

Parameters

indexposition in the buffered-ranges array to read
startthe start position to set, or null
stopthe stop position to set, or null

Returns

a #gboolean indicating if the parsing succeeded.