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
index | position in the buffered-ranges array to read |
start | the start position to set, or null |
stop | the stop position to set, or null |
Returns
a #gboolean indicating if the parsing succeeded.