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.
[+]