Module: Gst::TagMergeMode

Defined in:
(unknown)

Constant Summary collapse

UNDEFINED =

undefined merge mode

0 or :undefined
REPLACE_ALL =

replace all tags (clear list and append)

1 or :replace_all
REPLACE =

replace tags

2 or :replace
APPEND =

append tags

3 or :append
PREPEND =

prepend tags

4 or :prepend
KEEP =

keep existing tags

5 or :keep
KEEP_ALL =

keep all existing tags

6 or :keep_all
COUNT =

the number of merge modes

7 or :count