Structure.foreach_

bool foreach_(gst.types.StructureForeachFunc func)

Calls the provided function once for each field in the #GstStructure. The function must not modify the fields. Also see gst.structure.Structure.mapInPlace and gst.structure.Structure.filterAndMapInPlace.

Parameters

funca function to call for each field

Returns

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

false otherwise.