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.

Ancestors

Constructors

alsatimer_device_params_new

Instantiate ALSATimerDeviceParams object and return the instance.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct ALSATimerDeviceParamsClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.