Iterator.foreach_

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

class Iterator
GstIteratorResult
foreach_
(
GstIteratorForeachFunction func
,
void* userData
)

Parameters

func GstIteratorForeachFunction

the function to call for each element.

userData void*

user data passed to the function

Return Value

Type: GstIteratorResult

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

MT safe.

Meta