Query.parseBufferingRange
void parseBufferingRange(out gst.types.Format format, out long start, out long stop, out long estimatedTotal)Parse an available query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-null
Parameters
format | the format to set for the segment_start and segment_end values, or null |
start | the start to set, or null |
stop | the stop to set, or null |
estimatedTotal | estimated total amount of download time remaining in milliseconds, or null |