Structure.mapInPlace

bool mapInPlace(gst.types.StructureMapFunc func)

Calls the provided function once for each field in the #GstStructure. In contrast to [gst.structure.Structure.foreach_], the function may modify but not delete the fields. The structure must be mutable.

Parameters

funca function to call for each field

Returns

true if the supplied function returns true For each of the fields,

false otherwise.