Gst.Query.prototype.add_buffering_range
function add_buffering_range(start:Number, stop:Number):Boolean { // Gjs wrapper for gst_query_add_buffering_range() }
Set the buffering-ranges array field in query. The current last start position of the array should be inferior to start.
- start
start position of the range
- stop
stop position of the range
- Returns
a #gboolean indicating if the range was added or not.