parse_buffering_range
Description:
public void parse_buffering_range (out Format format, out int64 start, out int64 stop, out int64 estimated_total)
Parse an available query, writing the format into format, and other results into the passed parameters, if the respective
parameters are non-null
Parameters:
| this |
a GST_QUERY_BUFFERING type query Query |
| format |
the format to set for the |
| start |
the start to set, or null |
| stop |
the stop to set, or null |
| estimated_total |
estimated total amount of download time remaining in milliseconds, or null |