Caps.foreach_

Calls the provided function once for each structure and caps feature in the gstreamer.Caps The function must not modify the fields. Also see Caps.mapInPlace and Caps.filterAndMapInPlace.

class Caps
bool
foreach_

Parameters

func GstCapsForeachFunc

a function to call for each field

userData void*

private data

Return Value

Type: bool

TRUE if the supplied function returns TRUE for each call, FALSE otherwise.

Meta