Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
static TagMergeMode |
TagMergeMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagMergeMode[] |
TagMergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagList |
TagList.merge(TagList list2,
TagMergeMode mode)
Merges this tag list and
list2 into a new list. |
Modifier and Type | Method and Description |
---|---|
void |
GstTagListAPI.gst_tag_list_add(TagList list,
TagMergeMode mode,
java.lang.String tag,
java.lang.Object... tags) |
void |
GstTagListAPI.gst_tag_list_insert(TagList into,
TagList from,
TagMergeMode mode) |
TagList |
GstTagListAPI.gst_tag_list_merge(TagList list1,
TagList list2,
TagMergeMode mode) |