DateTime.newFromUnixEpochUtcUsecs

Creates a new #GstDateTime using the time since Jan 1, 1970 specified by usecs. The #GstDateTime is in UTC.

class DateTime
static
newFromUnixEpochUtcUsecs
(
long usecs
)

Parameters

usecs long

microseconds from the Unix epoch

Return Value

Type: gst.date_time.DateTime

a newly created #GstDateTime, or null on error.