Method

ALSASeqRemoveFilterget_real_time

Declaration [src]

void
alsaseq_remove_filter_get_real_time (
  ALSASeqRemoveFilter* self,
  const guint32** real_time
)

Description [src]

Refer to doublet of real time in internal storage. The call works expectedly as long as ALSASeqRemoveFilter:flags doesn’t contain ALSASeqRemoveFilterFlag.TICK. This is evaluated with ALSASeqRemoveFilterFlag.TIME_BEFORE and ALSASeqRemoveFilterFlag.TIME_AFTER at call of alsaseq_user_client_remove_events().

Parameters

real_time An array of guint32*
 

The real time data of event.

 The argument will be set by the function.
 The array must have 2 elements.
 The data is owned by the caller of the function.