Method

ALSASeqEventDataQueueset_byte_param

Declaration [src]

void
alsaseq_event_data_queue_set_byte_param (
  ALSASeqEventDataQueue* self,
  const guint8* bytes
)

Description [src]

Copy eight bytes from the given buffer as the parameter of queue event.

Parameters

bytes An array of guint8
 

The array with eight elements for bytes parameter of the queue event.

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