get_object_array
Description:
[ Version ( since = "1.12" ) ]
public bool get_object_array (Object object, string name, out ValueArray array)
Get a property of type GST_TYPE_ARRAY
and transform it into a ValueArray
.
This allow language bindings to get GST_TYPE_ARRAY properties which are otherwise not an accessible type.
Parameters:
object |
the object to set the array to |
name |
the name of the property to set |
array |
a return ValueArray |
Namespace: Gst.Util
Package: gstreamer-1.0