utilGetObjectArray

fnbool utilGetObjectArray(gobject.object.ObjectWrap object, string name, out gobject.value_array.ValueArray array)

Get a property of type GST_TYPE_ARRAY and transform it into a #GValueArray. This allow language bindings to get GST_TYPE_ARRAY properties which are otherwise not an accessible type.

Parameters

objectthe object to set the array to
namethe name of the property to set
arraya return #GValueArray

Returns