Method

ALSASeqEventDataQueueset_skew_param

Declaration [src]

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

Description [src]

Copy numerator and denominator of fraction for skew from the given buffer 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 array must have 2 elements.
 The data is owned by the caller of the function.