Method

ALSASeqEventDataQueueget_real_time_param

Declaration [src]

void
alsaseq_event_data_queue_get_real_time_param (
  const ALSASeqEventDataQueue* self,
  const guint32** real_time
)

Description [src]

Get the real time as parameter of the queue event.

Parameters

real_time An array of guint32*
 

The real time as param of the queue 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.