Method

ALSACtlElemValueget_iec60958_channel_status

Declaration [src]

void
alsactl_elem_value_get_iec60958_channel_status (
  ALSACtlElemValue* self,
  const guint8** status
)

Description [src]

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

Parameters

status An array of guint8*
 

The array of byte data for channel status bits of IEC 60958.

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