Method

ALSATimerInstanceStatusget_time

Declaration [src]

void
alsatimer_instance_status_get_time (
  ALSATimerInstanceStatus* self,
  const gint64** real_time
)

Description [src]

Get real time at which the timer starts, stops, pauses, and continues.

Parameters

real_time An array of gint64*
 

The array with two elements for the seconds and nanoseconds parts of timestamp when the instance queues the latest event.

 The argument will be set by the function.
 The array must have 2 elements.
 The data is owned by the caller of the function.