Method
ALSATimerRealTimeEventget_time
Declaration [src]
void
alsatimer_real_time_event_get_time (
const ALSATimerRealTimeEvent* self,
gint64* const* real_time
)
Parameters
real_time |
An array of gint64* |
The array with two elements for the seconds and nanoseconds part of timestamp when the real time event occurs. |
|
The argument will be modified by the function. | |
The array must have 2 elements. | |
The instance takes ownership of the data, and is responsible for freeing it. |