Method

ALSASeqEventDataQueueget_byte_param

Declaration [src]

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

Description [src]

Refer to eight bytes 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 argument will be set by the function.
 The array must have 8 elements.
 The data is owned by the caller of the function.