Method

ALSASeqEventset_real_time

Declaration [src]

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

Description [src]

Copy the real time to the event and set ALSASeqEventTstampMode.REAL.

Parameters

real_time An array of guint32
 

The real time of event.

 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.