Method

ALSASeqEventget_real_time

Declaration [src]

gboolean
alsaseq_event_get_real_time (
  const ALSASeqEvent* self,
  const guint32** real_time,
  GError** error
)

Description [src]

Copy the real time to the event, available only when ALSASeqEventTstampMode.REAL is retrieved by alsaseq_event_get_tstamp_mode().

Parameters

real_time An array of guint32*
 

The real time of 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.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.