Class
ALSATimerDeviceStatus
Description [src]
class ALSATimer.DeviceStatus : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express status of timer device.
A ALSATimerDeviceStatus
is a GObject-derived object to express status of timer device. The
call of alsatimer_get_device_status()
returns the instance of object.
The object wraps ‘struct snd_timer_gstatus’ in UAPI of Linux sound subsystem.
Constructors
alsatimer_device_status_new
Allocate and return an instance of ALSATimerDeviceStatus
.
Properties
ALSATimer.DeviceStatus:resolution
The current resolution in nano seconds.
ALSATimer.DeviceStatus:resolution-denominator
The denominator of current resolution in seconds.
ALSATimer.DeviceStatus:resolution-numerator
The numerator of current resolution in 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.