Gst.BufferList.prototype.remove

function remove(idx:Number, length:Number):void {
    // Gjs wrapper for gst_buffer_list_remove()
}

Remove length buffers starting from idx in list. The following buffers are moved to close the gap.

idx

the index

length

the amount to remove