Gst.Structure.prototype.get_value
function get_value(fieldname:String):GObject.Value {
// Gjs wrapper for gst_structure_get_value()
}Get the value of the field with name fieldname.
- fieldname
the name of the field to get
- Returns
the GObject.Value corresponding to the field with the given name.