Interface

ALSACtlElemInfoSingleArray

Description [src]

interface ALSACtl.ElemInfoSingleArray : ALSACtl.ElemInfoCommon

An interface to express information of element which has single value array. A ALSACtlElemInfoSingleArray should be implemented by the type of information for element whieh has single value array.

Available since:0.3.

Prerequisite

In order to implement ElemInfoSingleArray, your type must inherit from ALSACtlElemInfoCommon.

Properties

ALSACtl.ElemInfoSingleArray:value-count

The count of elements in value array of the element.

Available since: 0.3.

Interface structure

struct ALSACtlElemInfoSingleArrayInterface {
  GTypeInterface parent_iface;
  
}
Interface members
parent_iface
GTypeInterface
 No description available.