Method

ALSACtlElemValueset_iec60958_channel_status

Declaration [src]

void
alsactl_elem_value_set_iec60958_channel_status (
  ALSACtlElemValue* self,
  const guint8* status,
  gsize length
)

Description [src]

Copy the channel status bits into internal storage for ALSACtlElemType.IEC60958 element.

Parameters

status An array of guint8
 

The array of byte data for channel status 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 channel_status argument, up to 24.