Query.parseNthBufferingRange

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

class Query
bool
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

stop long

the stop position to set, or %NULL

Return Value

Type: bool

a #gboolean indicating if the parsing succeeded.

Meta