Class
ALSATimerInstanceInfo
Description [src]
class ALSATimer.InstanceInfo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express information of user instance.
A ALSATimerInstanceInfo
is a GObject-derived object to express information of user instance
attached to any timer device or the other instance as slave. The call of
alsatimer_user_instance_get_info()
returns the instance of object.
The object wraps struct snd_timer_info
in UAPI of Linux sound subsystem.
Properties
ALSATimer.InstanceInfo:card-id
The numeric ID of sound card for attached timer.
ALSATimer.InstanceInfo:flags
The flags for attached timer.
ALSATimer.InstanceInfo:id
The string ID of attached timer.
ALSATimer.InstanceInfo:name
The name of attached timer.
ALSATimer.InstanceInfo:resolution
The resolution of attached timer in nano seconds.
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.