Interface

ALSACtlElemInfoCommon

Description [src]

interface ALSACtl.ElemInfoCommon : GObject.Object

An interface to express common features of element information. A ALSACtlElemInfoCommon should be implemented by any type of element information.

Available since:0.3.

Prerequisite

In order to implement ElemInfoCommon, your type must inherit from GObject.

Properties

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.

Interface structure

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