Iterator.foreac

Iterate over all element of it and call the given function func for each element.

Parameters

func GstIteratorForeachFunction

the function to call for each element. [scope call]

userData void*

user data passed to the function. closure

Return Value

the result call to gst_iterator_fold(). The iterator will not be freed. MT safe.

Meta