Method

ALSASeqEventDataQueueset_quadlet_param

Declaration [src]

void
alsaseq_event_data_queue_set_quadlet_param (
  ALSASeqEventDataQueue* self,
  const guint32* quadlets
)

Description [src]

Set two quadlets from the given buffer as the parameter of queue event.

Parameters

quadlets An array of guint32
 

The array with two elements for quadlets as the parameter of queue event.

 The array must have 2 elements.
 The data is owned by the caller of the function.