value_init_and_copy

function value_init_and_copy(src:GObject.Value):void {
    // Gjs wrapper for gst_value_init_and_copy()
}

Initialises the target value to be of the same type as source and then copies the contents from source to target.

src

the source value