Method

ALSACtlElemValueget_iec60958_user_data

Declaration [src]

void
alsactl_elem_value_get_iec60958_user_data (
  ALSACtlElemValue* self,
  const guint8** data
)

Description [src]

Refer to the array specific to ALSACtlElemType.IEC60958 element in internal storage.

Parameters

data An array of guint8*
 

The array of byte data for user data bits of IEC 60958.

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