Class

ALSAHwdepDeviceInfo

Description [src]

class ALSAHwdep.DeviceInfo : GObject.Object {
  parent_instance: GObject
}

A GObject-derived object to express information of ALSA hwdep device. A ALSAHwdepDeviceInfo is a GObject-derived object to express information of ALSA hwdep device. The call of alsahwdep_get_device_info() returns an instance of the object.

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

Ancestors

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

ALSAHwdep.DeviceInfo:card-id

The numeric ID of sound card.

ALSAHwdep.DeviceInfo:device-id

The numeric ID of device.

ALSAHwdep.DeviceInfo:id

The string ID of the hwdep device.

ALSAHwdep.DeviceInfo:iface

The type of interface for the hwdep device, one of ALSAHwdepIfaceType.

ALSAHwdep.DeviceInfo:name

The name of the hwdep device.

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 ALSAHwdepDeviceInfoClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.