TagList.getDateTime

Copies the first datetime for the given tag in the taglist into the variable pointed to by value. Unref the date with gst_date_time_unref() when it is no longer needed. Free-function: gst_date_time_unref

class TagList
int
getDateTime
(
string tag
,)

Parameters

tag string

tag to read out

value DateTime

address of a GstDateTime pointer variable to store the result into. [out callee-allocates][transfer full]

Return Value

Type: int

TRUE, if a datetime was copied, FALSE if the tag didn't exist in thegiven list or if it was NULL.

Meta