Method

ALSACtlElemValueget_bool

Declaration [src]

void
alsactl_elem_value_get_bool (
  ALSACtlElemValue* self,
  const gboolean** values
)

Description [src]

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

Parameters

values An array of gboolean*
 

The array for boolean 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.