Method

ALSACtlElemValueget_int64

Declaration [src]

void
alsactl_elem_value_get_int64 (
  ALSACtlElemValue* self,
  const gint64** values
)

Description [src]

Refer to the array for ALSACtlElemType.INTEGER64 element in internal storage.

Parameters

values An array of gint64*
 

The array for 64 bit signed integer values.

 The argument will be set by the function.
 The array must have 64 elements.
 The data is owned by the caller of the function.