Method

ALSASeqEventget_byte_data

Declaration [src]

gboolean
alsaseq_event_get_byte_data (
  const ALSASeqEvent* self,
  const guint8** data,
  GError** error
)

Parameters

data An array of guint8*
 

The byte data of event.

 The argument will be set by the function.
 The array must have 12 elements.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.