Class
ALSACtlCardInfo
Description [src]
class ALSACtl.CardInfo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express information of sound card.
A ALSACtlCardInfo
is information of sound card. The call of alsactl_card_get_info()
returns an
instance of the object.
The object wraps struct snd_ctl_card_info
in UAPI of Linux sound subsystem.
Properties
ALSACtl.CardInfo:card-id
The numeric ID of sound card.
ALSACtl.CardInfo:components
The The string with space-separated components for the sound card.,
ALSACtl.CardInfo:driver
The name of driver bound to the sound card.
ALSACtl.CardInfo:id
The string ID of sound card.
ALSACtl.CardInfo:long-name
The long name of sound card.
ALSACtl.CardInfo:mixer-name
The name of mixer for the sound card.
ALSACtl.CardInfo:name
The name of sound card.
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.