prepend_value

function prepend_value(value:GObject.Value, prepend_value:GObject.Value):void {
    // Gjs wrapper for gst_value_array_prepend_value()
}

Prepends prepend_value to the GstValueArray in value.

value

a GObject.Value of type #GST_TYPE_ARRAY

prepend_value

the value to prepend