Caps.setValue
void setValue(string field, gobject.value.Value value)Sets the given field on all structures of caps to the given value. This is a convenience function for calling [gst.structure.Structure.setValue] on all structures of caps.
Parameters
field | name of the field to set |
value | value to set the field to |