Method

ALSACtlElemValueget_int

Declaration [src]

void
alsactl_elem_value_get_int (
  ALSACtlElemValue* self,
  const gint32** values
)

Description [src]

Refer to the array for ALSACtlElemType.INTEGER element in internal storage.

Parameters

values An array of gint32*
 

The array for 32 bit signed integer values.

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