TagList.foreac

Calls the given function for each tag inside the tag list. Note that if there is no tag, the function won't be called at all.

class TagList
void
foreac

Parameters

func GstTagForeachFunc

function to be called for each tag. [scope call]

userData void*

user specified data. closure

Meta