get_value
function get_value(value:GObject.Value, index:Number):GObject.Value { // Gjs wrapper for gst_value_array_get_value() }
Gets the value that is a member of the array contained in value and has the index index.
- value
a GObject.Value of type #GST_TYPE_ARRAY
- index
index of value to get from the array
- Returns
the value at the given index