Class
ALSATimerDeviceParams
Description [src]
class ALSATimer.DeviceParams : GObject.Object {
parent_instance: GObject
}
A GObject-derived object to express parameter of timer device.
A ALSATimerDeviceParams
is a GObject-derived object to express parameter of timer device. The
call of alsatimer_set_device_params()
requires the instance of object.
The object wraps struct snd_timer_gparams
in UAPI of Linux sound subsystem.
Constructors
alsatimer_device_params_new
Instantiate ALSATimerDeviceParams
object and return the instance.
Properties
ALSATimer.DeviceParams:period-denominator
The denominator of period for timer.
ALSATimer.DeviceParams:period-numerator
The numerator of period for timer.
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.