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