Class
ALSATimerDeviceInfo
Description [src]
class ALSATimer.DeviceInfo : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express information of timer device.
A ALSATimerDeviceInfo
is a GObject-derived object to express information of timer device.
The call of alsatimer_get_device_info()
returns an instance of the object according to the
identifier of timer device.
The object wraps struct snd_timer_ginfo
in UAPI of Linux sound subsystem.
Properties
ALSATimer.DeviceInfo:card-id
The numeric ID of sound card.
ALSATimer.DeviceInfo:flags
The flags of timer, one of ALSATimerDeviceInfoFlag
.
ALSATimer.DeviceInfo:id
The string ID of timer.
ALSATimer.DeviceInfo:instance-count
The number of instances for the timer.
ALSATimer.DeviceInfo:name
The name of timer.
ALSATimer.DeviceInfo:resolution
The resolution in nano seconds.
ALSATimer.DeviceInfo:resolution-max
The maximum resolution in nano seconds.
ALSATimer.DeviceInfo:resolution-min
The minimum resolution 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.