Class
ALSACtlElemInfoEnumerated
Description [src]
class ALSACtl.ElemInfoEnumerated : GObject.Object {
parent_instance: GObject
}
An object to express information for enumerated type of element.
A GObject
derived object class for enumerated type of element.
The object wraps struct snd_ctl_elem_info
in UAPI of Linux sound subsystem.
Constructors
alsactl_elem_info_enumerated_new
Allocate and return an instance of ALSACtlElemInfoEnumerated
.
Properties
ALSACtl.ElemInfoEnumerated:labels
The list of indexed labels for the element. There is limitation that:
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.