Query.parseBufferingRange

Parse an available query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-NULL

class Query
void
parseBufferingRange
(,
out long start
,
out long stop
,)

Parameters

format GstFormat

the format to set for the segment_start and segment_end values, or NULL. out[allow-none]

start long

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

stop long

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

estimatedTotal long

estimated total amount of download time remaining in miliseconds, or NULL. out[allow-none]

Meta