Structure.mapInPlace

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.

class Structure
bool
mapInPlace

Parameters

func gst.types.StructureMapFunc

a function to call for each field

Return Value

Type: bool

true if the supplied function returns true For each of the fields, false otherwise.