Method

ALSASeqRemoveFilterget_tick_time

Declaration [src]

void
alsaseq_remove_filter_get_tick_time (
  ALSASeqRemoveFilter* self,
  guint* tick_time
)

Description [src]

Refer to tick count in internal storage. The call works expectedly as long as ALSASeqRemoveFilter:flags contains ALSASeqRemoveFilterFlag.TICK. This is evaluated with ALSASeqRemoveFilterFlag.TIME_BEFORE and ALSASeqRemoveFilterFlag.TIME_AFTER at call of alsaseq_user_client_remove_events().

Parameters

tick_time guint*
 

The count of tick.

 The argument will be set by the function.