We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1590ca commit e37cd7fCopy full SHA for e37cd7f
src/org/freedesktop/gstreamer/lowlevel/GstTagListAPI.java
@@ -73,5 +73,7 @@ interface TagMergeFunc extends GstCallback {
73
boolean gst_tag_list_get_string_index(TagList list, String tag, int index, Pointer[] value);
74
boolean gst_tag_list_get_date_index(TagList list, String tag, int index, PointerByReference value);
75
boolean gst_tag_list_get_date_index(TagList list, String tag, int index, Pointer[] value);
76
+ boolean gst_tag_list_get_date_time(TagList list, String tag, PointerByReference value);
77
+ boolean gst_tag_list_get_date_time_index(TagList list, String tag, int index, PointerByReference value);
78
79
}
0 commit comments