Gst.Structure.prototype.id_get_value

function id_get_value(field:GLib.Quark):GObject.Value {
    // Gjs wrapper for gst_structure_id_get_value()
}

Get the value of the field with GQuark field.

field

the GLib.Quark of the field to get

Returns

the GObject.Value corresponding to the field with the given name identifier.