GstIteratorItemFunction

The function that will be called after the next item of the iterator has been retrieved. This function can be used to skip items or stop the iterator.

The function will be called with the iterator lock held.

alias GstIteratorItemFunction = GstIteratorItem function(GstIterator* it, GValue* item)

Return Value

the result of the operation.