Method

ALSACtlElemValueget_bytes

Declaration [src]

void
alsactl_elem_value_get_bytes (
  ALSACtlElemValue* self,
  const guint8** values
)

Description [src]

Refer to the array specific to ALSACtlElemType.BYTES element in internal storage.

Parameters

values An array of guint8*
 

The array for 8 bit unsigned integer values.

 The argument will be set by the function.
 The array must have 512 elements.
 The data is owned by the caller of the function.