DateTime.newFromUnixEpochLocalTimeUsecs

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

class DateTime
static
newFromUnixEpochLocalTimeUsecs
(
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.