Gst.Query.prototype.set_buffering_range
function set_buffering_range(format:Gst.Format, start:Number, stop:Number, estimated_total:Number):void {
// Gjs wrapper for gst_query_set_buffering_range()
}Set the available query result fields in query.
- format
the format to set for the start and stop values
- start
the start to set
- stop
the stop to set
- estimated_total
estimated total amount of download time