Class

ALSACtlElemInfoIec60958

Description [src]

class ALSACtl.ElemInfoIec60958 : GObject.Object {
  parent_instance: GObject
}

An object to express information for iec60958 type of element. A GObject derived object class for iec60958 type of element.

The object wraps struct snd_ctl_elem_info in UAPI of Linux sound subsystem.

Ancestors

Constructors

alsactl_elem_info_iec60958_new

Allocate and return an instance of ALSACtlElemInfoIec60958.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

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.

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.

Class structure

struct ALSACtlElemInfoIec60958Class {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.