set_array


Description:

[ Version ( since = "1.12" ) ]
public void set_array (string fieldname, ValueArray array)

This is useful in language bindings where unknown GValue types are not supported.

This function will convert a array to gst_type_array and set the field specified by fieldname. Be aware that this is slower then using gst_type_array in a Value directly.

Parameters:

this

a Structure

fieldname

the name of a field

array

a pointer to a ValueArray