Method

ALSASeqEventset_tick_time_data

Declaration [src]

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

Description [src]

Copy the tick time data to the event, available when [method@Event.get_tstamp_mode is ALSASeqEventTstampMode.TICK and alsaseq_event_get_event_type() results in one of:

Parameters

tick_time guint
 

The tick time data 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.