Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstTagSetter |
Interface : | TagSetter |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Adds the given tag / GValue pair on the setter using the given merge mode.
Adds the given tag / GValue pair on the setter using the given merge mode.
|
Gst.TagSetter | |
get_tag_list
()
:
Gst.TagList
Returns the current list of tags the setter uses.
Returns the current list of tags the setter uses. The list should not be modified or freed.
|
Gst.TagSetter | |
get_tag_merge_mode
()
:
Gst.TagMergeMode
Queries the mode by which tags inside the setter are overwritten by tags from events
Queries the mode by which tags inside the setter are overwritten by tags from events
|
Gst.TagSetter | |
merge_tags
(TagList list, TagMergeMode mode)
:
none
Merges the given list into the setter's list using the given mode.
Merges the given list into the setter's list using the given mode.
|
Gst.TagSetter | |
reset_tags
()
:
none
Reset the internal taglist.
Reset the internal taglist. Elements should call this from within the state-change handler.
|
Gst.TagSetter | |
set_tag_merge_mode
(TagMergeMode mode)
:
none
Sets the given merge mode that is used for adding tags from events to tags specified by this interface.
Sets the given merge mode that is used for adding tags from events to tags specified by this interface. The default is GST_TAG_MERGE_KEEP, which keeps the tags set with this interface and discards tags from events.
|
Gst.TagSetter |
None |