Method

ALSACtlElemValueset_int

Declaration [src]

void
alsactl_elem_value_set_int (
  ALSACtlElemValue* self,
  const gint32* values,
  gsize value_count
)

Description [src]

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

Parameters

values An array of gint32
 

The array for 32 bit signed integer 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.