Method

ALSACtlElemValueset_int64

Declaration [src]

void
alsactl_elem_value_set_int64 (
  ALSACtlElemValue* self,
  const gint64* values,
  gsize value_count
)

Description [src]

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

Parameters

values An array of gint64
 

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