Method

ALSASeqEventset_tick_time

Declaration [src]

gboolean
alsaseq_event_set_tick_time (
  ALSASeqEvent* self,
  guint tick_time,
  GError** error
)

Description [src]

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

Parameters

tick_time guint
 

The tick time of event.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.