TagSetterIF.addTagValistValues

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

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

Parameters

mode GstTagMergeMode

the mode to use

tag string

tag to set

varArgs void*

tag / GValue pairs to set

Meta