Method

ALSASeqQueueStatusget_real_time

Declaration [src]

void
alsaseq_queue_status_get_real_time (
  ALSASeqQueueStatus* self,
  const guint32** real_time
)

Description [src]

Get time as wall-clock time.

Parameters

real_time An array of guint32*
 

The array with two elements for sec part and nsec part of real time.

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