Method

ALSACtlElemValueset_bool

Declaration [src]

void
alsactl_elem_value_set_bool (
  ALSACtlElemValue* self,
  const gboolean* values,
  gsize value_count
)

Description [src]

Copy the array into internal data for ALSACtlElemType.BOOLEAN element.

Parameters

values An array of gboolean
 

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