Method

ALSACtlElemValueset_enum

Declaration [src]

void
alsactl_elem_value_set_enum (
  ALSACtlElemValue* self,
  const guint32* values,
  gsize value_count
)

Description [src]

Copy the array into internal storage for ALSACtlElemType.ENUMERATED element.

Parameters

values An array of guint32
 

The array for enumeration index values.

 The length of the array is specified in the value_count argument.
 The data is owned by the caller of the function.
value_count gsize
 

The number of values up to 128.