Method

ALSASeqEventDataQueueget_skew_param

Declaration [src]

void
alsaseq_event_data_queue_get_skew_param (
  const ALSASeqEventDataQueue* self,
  const guint** skew
)

Description [src]

Refer to numerator and denominator of fraction for skew as the parameter of queue event.

Parameters

skew An array of guint*
 

The array with two elements for numerator and denominator of fraction for skew.

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