TagSetterIF.addTagValist

Adds the given tag / value pairs on the setter using the given merge mode. The list must be terminated with %NULL.

interface TagSetterIF
void
addTagValist
(
GstTagMergeMode mode
,
string tag
,
void* varArgs
)

Parameters

mode GstTagMergeMode

the mode to use

tag string

tag to set

varArgs void*

tag / value pairs to set

Meta