Gst.Query.prototype.parse_nth_buffering_range

function parse_nth_buffering_range(index:Number):Boolean {
    // Gjs wrapper for gst_query_parse_nth_buffering_range()
}

Parse an available query and get the start and stop values stored at the index of the buffered ranges array.

index

position in the buffered-ranges array to read

Returns

a #gboolean indicating if the parsing succeeded.