Class
ALSACtlElemInfoInteger
Constructors
alsactl_elem_info_integer_new
Allocate and return an instance of ALSACtlElemInfoInteger
.
Properties
ALSACtl.ElemInfoInteger:value-max
The maximum value of element in value array for the element.
Available since: 0.3.
ALSACtl.ElemInfoInteger:value-min
The minimum value of element in value array for the element.
Available since: 0.3.
ALSACtl.ElemInfoInteger:value-step
The step value of element in value array for the element.
Available since: 0.3.
Properties inherited from ALSACtlElemInfoCommon (4)
ALSACtl.ElemInfoCommon:access
The access permission for the element with ALSACtlElemAccessFlag
.
Available since: 0.3.
ALSACtl.ElemInfoCommon:elem-id
The identifier of element.
Available since: 0.3.
ALSACtl.ElemInfoCommon:elem-type
The type of element, one of ALSACtlElemType
.
Available since: 0.3.
ALSACtl.ElemInfoCommon:owner
The value of PID for process to own the element.
Available since: 0.3.
Properties inherited from ALSACtlElemInfoSingleArray (1)
ALSACtl.ElemInfoSingleArray:value-count
The count of elements in value array of the element.
Available since: 0.3.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.