Method

ALSACtlElemValueset_iec60958_user_data

Declaration [src]

void
alsactl_elem_value_set_iec60958_user_data (
  ALSACtlElemValue* self,
  const guint8* data,
  gsize length
)

Description [src]

Copy the user data bits into internal storage for ALSACtlElemType.IEC60958 element.

Parameters

data An array of guint8
 

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

 The length of the array is specified in the length argument.
 The data is owned by the caller of the function.
length gsize
 

The number of bytes in data argument, up to 147.