Method

ALSACtlElemValueget_enum

Declaration [src]

void
alsactl_elem_value_get_enum (
  ALSACtlElemValue* self,
  const guint32** values
)

Description [src]

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

Parameters

values An array of guint32*
 

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