Method

ALSASeqEventget_tick_time_data

Declaration [src]

gboolean
alsaseq_event_get_tick_time_data (
  const ALSASeqEvent* self,
  guint* tick_time,
  GError** error
)

Description [src]

Get the tick time data of 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.

 The argument will be set by 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.