Gst.TagList.prototype.get_date_time
function get_date_time(tag:String):Boolean { // Gjs wrapper for gst_tag_list_get_date_time() }
Copies the first datetime for the given tag in the taglist into the variable pointed to by value. Unref the date with Gst.DateTime.prototype.unref when it is no longer needed.
Free-function: gst_date_time_unref
- tag
tag to read out
- Returns
TRUE, if a datetime was copied, FALSE if the tag didn't exist in thegiven list or if it was #NULL.